Created directories for the chapters
This commit is contained in:
9
kapitel7/sidan_123_ex1.py
Normal file
9
kapitel7/sidan_123_ex1.py
Normal file
@@ -0,0 +1,9 @@
|
||||
a = [1, 2, 3, 4]
|
||||
b = [5, 6, 7, 8]
|
||||
|
||||
for i in a:
|
||||
print ("\n" + str(i))
|
||||
for j in b:
|
||||
print (" " + str(j))
|
||||
if j == 6:
|
||||
break
|
Reference in New Issue
Block a user