String Python

myjob = "hacker"
print "k" in myjob                   # 1 means true (found)
print "z" in myjob                   # 0 means false (not found)