Börjat lägga till kodexempel
This commit is contained in:
7
kapitel5/test1.py
Normal file
7
kapitel5/test1.py
Normal file
@@ -0,0 +1,7 @@
|
||||
print ("Hej Kalle")
|
||||
print (45*2)
|
||||
print (5**5)
|
||||
a=5
|
||||
b=9
|
||||
print (a+b)
|
||||
|
Reference in New Issue
Block a user