Python Booleans Flashcards
1
Q
What two values does a Boolean represent?
A
True or False
2
Q
What function allows you to evaluate the Boolean condition of any value?
A
bool()
What two values does a Boolean represent?
True or False
What function allows you to evaluate the Boolean condition of any value?
bool()