1. is 用于测试相等性

如1 is 1 == True

in 可以用来测试X 是否在Y中

如1 in [1, 2] == True