Computer Science

Fill in the blanks:

_________ function returns True if the given string starts with the specified substring, else returns False.

Python String Manipulation

1 Like

Answer

startswith()

Answered By

1 Like


Related Questions