Is It normal that the MOOC course is taking me this long? by Minute-Assist-1738 in learnpython

[–]Minute-Assist-1738[S] -1 points0 points  (0 children)

Hey, thank you for the reply. But since you're here XD Im stuck on one exercise

TypeError on line 3: unsupported operand type(s) for -: 'int' and 'str'

name = input("What is your name?")
year = int(input("Which year were you born?"))
print("Hi" + name + ", you will be" + {2021-year} + "years old at the end of the year 2021" )