Created directories for the chapters
This commit is contained in:
4
kapitel7/sidan_119_ex1.py
Normal file
4
kapitel7/sidan_119_ex1.py
Normal file
@@ -0,0 +1,4 @@
|
||||
counter = 5
|
||||
while counter > 0:
|
||||
print (counter)
|
||||
counter = counter - 1
|
Reference in New Issue
Block a user