Vidyalelo
Python · Q13

MCQs for Python Strings: Exam

Programming · Python · question 13

Q13

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

A.
startswith()
Answer
B.
start_with()
C.
start()
D.
begin_with()

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board