This website requires JavaScript.
Explore
Help
Register
Sign In
exercism
/
python
Watch
1
Star
0
Fork
0
You've already forked python
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
27931ea05d893fdb125264602701a658a049770a
python
/
reference
/
concepts
/
boolean_values.md
BethanyG
27931ea05d
Spellchecking in ref floder. Hopefully for the only time. (
#3816
)
2024-11-06 14:35:18 -08:00
329 B
Raw
Blame
History
Boolean values
TODO: ADD MORE
this solution uses Boolean values (
True
/
False
)
hamming
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