Created
June 19, 2019 02:11
-
-
Save Pushpinder2751/62f719769a4cfb5a8c1e7015a557d4c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name = input("What is your name: ") | |
age = int(input("How old are you: ")) | |
year = str((2014 - age)+100) | |
print(name + " will be 100 years old in the year " + year) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment