

InterviewSolution
Saved Bookmarks
1. |
What does the len() function do? |
Answer» It gets the length of the string that you pass to it then returns it as a number. Play with it. |
|