Börjat lägga till kodexempel
This commit is contained in:
7
kapitel7/procent-print-ex1.py
Normal file
7
kapitel7/procent-print-ex1.py
Normal file
@@ -0,0 +1,7 @@
|
||||
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