반응형
문제 정보
제출 코드
a = int(input())
if(89<a):
print("A")
elif(79<a):
print("B")
elif(69<a):
print("C")
elif(59<a):
print("D")
else:
print("F")
'Study > 알고리즘' 카테고리의 다른 글
[백준 알고리즘] 14681번 Python (0) | 2021.10.03 |
---|---|
[백준 알고리즘] 2753번 Python (0) | 2021.10.03 |
[백준 알고리즘] 1330번 Python (0) | 2021.10.03 |
[백준 알고리즘] 2588번 Python (0) | 2021.10.03 |
[백준 알고리즘] 10430번 Python (0) | 2021.10.03 |
댓글