Files
python/reference/concepts/boolean_operators.md
Michael Morehouse 29478dd68c Organize concepts, eliminate duplication
* Stage 1

* Finish restructuring, add checkboxes.

* Minor format fixes

* fixing broken link

* fixing broken link

* fixing README link

* Fix multiples bad links

* Fix links in reference/concepts/keywords/README.md

* Correcting list description
2021-01-29 11:14:36 -05:00

8 lines
390 B
Markdown

# Boolean operators
TODO: ADD MORE
- the exercise relies on `and`, `or`, and (optionally) `not` to form Boolean predicates [leap](../exercise-concepts/leap.md)
- the exercise relies on `and` and `or` to combine Boolean predicates into a single logical answer [leap](../exercise-concepts/leap.md)
- the `or` and `and` keywords are used [phone-number](../exercise-concepts/phone-number.md)