z = 25 x = int(input("Please enter an integer to add to 25: ")) print (x,'+ 25=',x+z)