Say I have a Python 3 program like this:
print("Addition program") num1 = int(input(">>> ")) num2 = int(input(">>>