first group of challenges
This commit is contained in:
3
challenges35-44/challenge-040.py
Normal file
3
challenges35-44/challenge-040.py
Normal file
@@ -0,0 +1,3 @@
|
||||
number = int(input('Enter a number below 50 : '))
|
||||
for i in range(50, number-1, -1):
|
||||
print(i)
|
||||
Reference in New Issue
Block a user