Initial commit
This commit is contained in:
5
python/birthday2.py
Normal file
5
python/birthday2.py
Normal file
@@ -0,0 +1,5 @@
|
||||
value = input('How old are you?:')
|
||||
|
||||
year = input('How many years until your next birthday?')
|
||||
|
||||
print("Next year you will be", int(value) + int(year))
|
||||
Reference in New Issue
Block a user