0
Getting an error message when I enter this
X = int(2019)-int(input('enter birth year:') print('your age is %d years old', % X)
3 Answers
+ 1
Its working fine. I just checked and i noticed i forgot to add an ending paranthesis in the first line
0
Still getting the same result
0
D'Lite ok i will check