1.

Write the the syntax for find( ) method

Answer»

Following is the syntax for find( ) method : str.find(str, beg=0 end=len(string))



Discussion

No Comment Found