x = 12.1 y = 100 print("x=",x,",y=",y,",sum=",x+y) print("This is in script.py") print(2 ** 100) x= 'Spam!' print(x * 8)