#_*_ coding:utf-8 _*_import stringprint "ab" in string.lowercase#output trueprint "ab" not in "defds"#output true