num1=int(input("enter your birth year:")) num2=int(input("enter the current year:")) num3=num2-num1 print("this year you will be", + num3)