As the title says. These two statements are different and yeld different results for a = 1 and a = 2.
a == (1 or 2)
a == 1 or 2
All I wanted to do is to easier type in many comparison OR statements.
As the title says. These two statements are different and yeld different results for a = 1 and a = 2.
a == (1 or 2)
a == 1 or 2
All I wanted to do is to easier type in many comparison OR statements.