Nice! With or, we can check two conditions in a single statement. Since both conditions are true, println() is executed.
or
true
println()
Whoops! Wouldn't the or operator need to check between two conditions?