0
>>> a = [1, 2, 3]
>>> 4 not in a
True
>>> not 4 in a
True

1.いつどちらを使用し、2.どちらがエラーを起こしやすいかを覚えておくための確実な方法はありますか?

4

0 に答える 0