InterviewSolution
Saved Bookmarks
| 1. |
How will you get the length of the string? |
|
Answer» len(string) − Returns the length of the string. |
|