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