Initial work
This commit is contained in:
2
CS1032/practical-2023-10-18/task2.py
Normal file
2
CS1032/practical-2023-10-18/task2.py
Normal file
@@ -0,0 +1,2 @@
|
||||
for i in range(10, 0, -1):
|
||||
print(i)
|
||||
Reference in New Issue
Block a user