Q13
In Python, how can you check if a string starts with a specific substring?
A.
startswith()
AnswerB.
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