InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by endswith(suffix, beg=0, end=len(string)) |
|
Answer» The method endswith( ) returns True if the string ends with the specified suffix, otherwise return False |
|