티스토리 뷰
def sumag(totalResult):
if totalResult > 90:
return '수'
elif totalResult > 80:
return '우'
elif totalResult > 70:
return '미'
elif totalResult > 60:
return '양'
else:
return '가'
a = list(map(int, input().split()))
totalResult = sum(a)
print(totalResult, int(totalResult / 3), sumag(totalResult/3))
'python' 카테고리의 다른 글
파이썬time.sleep() 구구단 (0) | 2021.05.06 |
---|---|
[python] 가우스 덧셈으로 1 ~ n 까지의 합 구하기 (0) | 2021.05.06 |
[python] 숫자맞추기 게임 (0) | 2021.05.06 |
[python] 60Q - 11 합격 (0) | 2020.11.14 |
[python]60Q - 10 세 수 중 가장큰수 (0) | 2020.11.14 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- FIBO
- 2
- math
- 카카오 2021 블라인드 테스트
- 피보나치
- web
- HackCTF
- openCV
- 쇠막대기
- 21758
- 넓이
- 백준
- 더하기
- 프로그레머스
- 7567
- programmers
- 꿀따기
- 스택
- 직업군 추천
- 파이썬
- forensic
- c++
- 나머지
- 1
- 괄호
- python
- 4
- 다익스트라
- boj
- 👼
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
글 보관함