Examveda

In Python, how can you check if a string starts with a specific substring?

A. startswith()

B. start_with()

C. start()

D. begin_with()

Answer: Option A


This Question Belongs to Python Program >> Strings In Python

Join The Discussion

Related Questions on Strings in Python