是否优先做:
if x is y: return True
要么
if x == y return True
同样的事情是"不是"
python comparison
comparison ×1
python ×1