http://codeup.kr/problem.php?id=1158
Codeup 1158 - 특별한 공 던지기 2
xxxxxxxxxxnum = input()num = int(num)if(30 <= num <= 40): print('win')elif(60 <= num <= 70): print('win')else: print('lose')
'알고리즘 문제 풀기 > Codeup' 카테고리의 다른 글
| Codeup 1160 - 아르바이트 가는 날 (0) | 2018.12.20 |
|---|---|
| Codeup 1159 - 특별한 공 던지기 3 (0) | 2018.12.19 |
| Codeup 1157 - 특별한 공 던지기 1 (0) | 2018.12.16 |
| Codeup 1156 - 홀수 짝수 구별 (0) | 2018.12.14 |
| Codeup 1155 - 7의 배수 (0) | 2018.12.13 |