8 lines
67 B
Python

print ("Hej Kalle")
print (45*2)
print (5**5)
a=5
b=9
print (a+b)