first group of challenges
This commit is contained in:
5
challenges1-11/challenage-002.py
Normal file
5
challenges1-11/challenage-002.py
Normal file
@@ -0,0 +1,5 @@
|
||||
print('enter your name')
|
||||
name = input("name : ")
|
||||
print('enter your surname')
|
||||
surname = input("surname : ")
|
||||
print('your name is {0} and surname is {1}'.format(name, surname))
|
Reference in New Issue
Block a user