Note
[codeup] 120. 특별한 공 던지기 1 본문
728x90
n = float(input())
if 50<=n<=60:
print('win')
else :
print('lose')
'etc > Coding Test' 카테고리의 다른 글
[codeup] 122. 특별한 공 던지기 3 (0) | 2022.01.21 |
---|---|
[codeup] 121. 특별한 공 던지기 2 (0) | 2022.01.20 |
[codeup] 119. 홀수 짝수 구별 (0) | 2022.01.18 |
[codeup] 118. 7의 배수 (0) | 2022.01.17 |
[codeup] 117. 큰 수 - 작은 수 (0) | 2022.01.16 |
Comments