Skip to content

Instantly share code, notes, and snippets.

View Raghava446's full-sized avatar

Raghava Raghava446

View GitHub Profile
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)