Can you guess result of this expression? >> (1,) == 1, #Python
2
1
2
0
0
`==` comes before `,` : >> (1,) == 1 False # tuple not eq. to int And the final answer is (False,) # prev. expression and comma