Excercise: Type Conversion

Run Settings
LanguagePython
Language Version
Run Command
birth_year = int(input('What year were you born?:')) current_year = 2025 age = current_year - birth_year print(f'Your age is {age}')
Editor Settings
Theme
Key bindings
Full width
Lines