Created directories for the chapters
This commit is contained in:
6
kapitel7/sidan_107_ex1.py
Normal file
6
kapitel7/sidan_107_ex1.py
Normal file
@@ -0,0 +1,6 @@
|
||||
a = "Hej"
|
||||
b = "Kalle"
|
||||
x = 5
|
||||
y = 4
|
||||
print ("%s %s" %(a, b))
|
||||
print ("%d+%d=%d" %(x, y, x+y))
|
Reference in New Issue
Block a user