Expressions Yielding False

Expressions Yielding False#

## Which of the following boolean expressions evaluate to ```False```? - [ ] ```8 <= 10``` - [x] ```(2 < 1) and (5 > 4)``` - [ ] ```not 10 == 5``` - [ ] ```10 > 8 or 10 = 5``` - [x] ```10 > 18```