uploaded 1-6
This commit is contained in:
4
basic programming/2nd task/4.py
Normal file
4
basic programming/2nd task/4.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# Q4
|
||||
|
||||
for number in range(2, 101, 2):
|
||||
print(number)
|
||||
Reference in New Issue
Block a user