4 lines
64 B
Python
4 lines
64 B
Python
import distutils
|
|
|
|
if not "foo" in "foobar":
|
|
print("oh no!")
|