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