first group of challenges
This commit is contained in:
5
challenges12-19/challenge-013.py
Normal file
5
challenges12-19/challenge-013.py
Normal file
@@ -0,0 +1,5 @@
|
||||
number = int(input('Enter number under 20 : '))
|
||||
if number < 20:
|
||||
print('Thank you')
|
||||
else:
|
||||
print('Too high')
|
Reference in New Issue
Block a user