first group of challenges
This commit is contained in:
4
challenges20-26/challenge-021.py
Normal file
4
challenges20-26/challenge-021.py
Normal file
@@ -0,0 +1,4 @@
|
||||
first_name = str(input('Enter your first name : '))
|
||||
surname = str(input('Enter your surname : '))
|
||||
compact = first_name + ' ' + surname
|
||||
print('{0} your name length is {1}'.format(compact, len(compact)))
|
||||
Reference in New Issue
Block a user