Age Guesser 

Run Settings
LanguagePython
Language Version
Run Command
#Age Guesser #enter the birth year first in the input section before running the code birth_year = input ('What year were you born? \n') age = 2022 - int(birth_year) #we had to convert the birth year from a string into an int in order to use it in mathmatical operations print(f'Your age is: {age}')
Editor Settings
Theme
Key bindings
Full width
Lines