Formatering

This commit is contained in:
Jack-Benny Persson 2024-02-16 20:44:34 +01:00
parent f2a0b7031f
commit da1cc9160c

View File

@ -1,7 +1,7 @@
print ("Hej Kalle") print("Hej Kalle")
print (45*2) print(45 * 2)
print (5**5) print(5**5)
a=5 a = 5
b=9 b = 9
print (a+b) print(a+b)