Saved Bookmarks
| 1. |
Write the the syntax for find( ) method |
|
Answer» Following is the syntax for find( ) method : str.find(str, beg=0 end=len(string)) |
|