a=2
b=3
sum=a+b
print("Sum is "+sum)
print("Changing")
print("Changing part two")
print("Changing part three")