Skip to content

Instantly share code, notes, and snippets.

View JayeshTiwari03's full-sized avatar
🎯
Focusing

Jayesh Tiwari JayeshTiwari03

🎯
Focusing
  • EY
  • Bharat/India
  • 11:15 (UTC +05:30)
View GitHub Profile
name = str(input("Tell me your name "))
age = int(input("What is your age? "))
year = str((2018 - age) + 100)
print (name + " will be 100 years old in " + year)