your_age = 10your_neighbours_age = 7 diff = your_age - your_neighbours_age print("The difference between your age and your neighbours is")print(diff)
Standard input is empty
The difference between your age and your neighbours is 3
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!