Why does Python3 produce this output?
>>>True, True, True == (True, True, True)
True, True, False
>>True == (True, True)
False
>>True == (True)
True
No comments:
Post a Comment