in或者not in 输出的是布尔值true或者false # name='cat' # v='a'in name # print(v) name='cat' v='m'in name print(v)