标签: python negation
>>> a = [1, 2, 3] >>> 4 not in a True >>> not 4 in a True
是否有任何万无一失的记忆方式1.何时使用哪个和2.哪个更容易出错?