5
Answers

string.contains in Python

Photo of Dipa Mehta

Dipa Mehta

5y
1k
1
How to use string.contains in this lines:
 
if not somestring.contains("Hello"): continue

Answers (5)