z = 25x = int(input("Please enter an integer to add to 25: ")) print (x,'+ 25=',x+z)
5
Please enter an integer to add to 25: 5 + 25= 30
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!