Create 1 - Countup.py
This commit is contained in:
parent
ef89326224
commit
79787f418e
5
07/c/1 - Countup.py
Normal file
5
07/c/1 - Countup.py
Normal file
@ -0,0 +1,5 @@
|
||||
x = 1
|
||||
while x <= 10:
|
||||
print(x)
|
||||
x += 1
|
||||
print("Blastoff!")
|
Loading…
Reference in New Issue
Block a user