I'm looking for a string.contains or string.indexof method in Python. 我正在尋找Python中的string.contains或string.indexof方法。 spa
string.contains
string.indexof
I want to do: 我想要作: .net
if not somestring.contains("blah"): continue