name = input("Name: ") num1 = int(input("Age: ")) num1 = num1 + 1 print(name+" next birthday you will be",num1)