by shigemk2

当面は技術的なことしか書かない

None in None

print None in [None, None, None] # True
print None in None # Error