Files
python/reference/concepts/boolean_values.md

7 lines
329 B
Markdown
Raw Normal View History

# Boolean values
TODO: ADD MORE
- this solution uses Boolean values (`True` / `False`) [hamming](../exercise-concepts/hamming.md)
- True and False of type `bool`. The example solution uses `True` and `False` as return values from functions that test membership in a list of values. [markdown](../exercise-concepts/markdown.md)