I tried that
print(not []) # True
print([] == False) # False
What is the difference? Please answer it :)