Dipa Mehta

Dipa Mehta

  • 144
  • 12.1k
  • 474.1k

string.contains in Python

Dec 5 2019 12:15 PM
How to use string.contains in this lines:
 
if not somestring.contains("Hello"): continue

Answers (5)