G
George Sakkis
I'm probably missing something obvious but I can't put my finger on
it:
How/why does the last one evaluate to False ?
George
it:
Traceback (most recent call last):True(3 in [3]) == True
3 in ([3] == True)
False3 in [3] == True
How/why does the last one evaluate to False ?
George