04-Python Comparison Operators Flashcards
1
Q
Chained Comparison Operators
A
1 < 2 < 3
True
or
1<2 and 2<3
also
1 < 3 > 2
True
* 2022 Complete Python Bootcamp From Zero to Hero in Python > 04-Python Comparison Operators > Flashcards
Chained Comparison Operators
1 < 2 < 3
True
or
1<2 and 2<3
also
1 < 3 > 2
True