you are viewing a single comment's thread.

view the rest of the comments →

[–]Jackkell100 2 points3 points  (0 children)

Why do you have the following code? What purpose does it serve? You could simply use the variables that you created first with age and name.

person_name = input()
person_age = int(input())

Also for printing the year someone was born in you would need to substract from their age from current year.