Created directories for the chapters
This commit is contained in:
4
kapitel7/sidan_122_ex1.py
Normal file
4
kapitel7/sidan_122_ex1.py
Normal file
@@ -0,0 +1,4 @@
|
||||
for i in [1, 2, 3, 4, 5]:
|
||||
if (i == 3):
|
||||
continue
|
||||
print (i)
|
Reference in New Issue
Block a user