7 lines
329 B
Markdown
7 lines
329 B
Markdown
|
|
# Boolean values
|
||
|
|
|
||
|
|
TODO: ADD MORE
|
||
|
|
|
||
|
|
- this solution uses Boolean values (`True` / `False`) [hamming](../exercise-concepts/hamming.md)
|
||
|
|
- True and False of type `bopl`. 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)
|