Examveda

To check whether string s1 contains another string s2, use . . . . . . . .

A. s1.__contains__(s2)

B. s2 in s1

C. s1.contains(s2)

D. si.in(s2)

Answer: Option A


This Question Belongs to Python Program >> Strings In Python

Join The Discussion

Related Questions on Strings in Python