Initial commit

This commit is contained in:
2019-07-02 00:03:07 -04:00
commit 9871585106
9 changed files with 99 additions and 0 deletions

5
python/birthday.py Normal file
View File

@@ -0,0 +1,5 @@
value = input('How old are you?:')
year = 1
print("Next year you will be", int(value) + int(year))