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