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