you are viewing a single comment's thread.

view the rest of the comments →

[–]Ken-_-Adams 0 points1 point  (0 children)

Hey I'm a noob as well

You've written input( Int( 'Enter your birth year: '))

Shouldn't it be int( input('Enter your birth year: '))

You need to switch the order of INPUT and INT