Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Raghava446/07f8923b414f77b7a0782b33647c01e6 to your computer and use it in GitHub Desktop.
Save Raghava446/07f8923b414f77b7a0782b33647c01e6 to your computer and use it in GitHub Desktop.
name=input('Enter name: ')
age=int(input('Enter your age: '))
presentyear=2020
hundage=100-age
hundyear=presentyear+hundage
print(name,', You will be 100 years, by',hundyear)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment