first group of challenges
This commit is contained in:
3
challenges1-11/challenage-007.py
Normal file
3
challenges1-11/challenage-007.py
Normal file
@@ -0,0 +1,3 @@
|
||||
name = input("enter your name : ")
|
||||
age = int(input("enter your age : "))
|
||||
print('{0} next birthday you will be {1}'.format(name, age+1))
|
Reference in New Issue
Block a user