Notice
Recent Posts
Recent Comments
Link
반응형
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 리눅스 777
- 프로그래머스 소수
- 프로그래머스
- pybithumb
- 파이썬 주식
- JavaScript Obejct Notation
- Python
- 단순 반복 자동화
- 트레이딩 봇 만들기
- string format
- Web Server란
- beautifulsoup
- JSON 형식
- 파이썬
- Web Service Architecture
- 즐겨찾기가 가장 많은 식당 정보 출력하기
- JSON특징
- spring
- 파이썬 가상환경
- 변동성 돌파전략
- WAS란
- 와스 웹서버의 차이
- BigDecimal
- 빗썸 API 사용
- 리눅스 rwx
- java
- 프로그래머스 SQL
- 오라클
- 리눅스
- WAS WebServer 차이
Archives
- Today
- Total
목록해커랭크 Grading Students (1)
IT 개발자_S
해커랭크 Grading Strudents
#!/bin/python3 import math import os import random import re import sys # # Complete the 'gradingStudents' function below. # # The function is expected to return an INTEGER_ARRAY. # The function accepts INTEGER_ARRAY grades as parameter. # def gradingStudents(grades): # Write your code here for i in range(len(grades)): if(grades[i]
IT/알고리즘_Python
2020. 3. 12. 13:35