Boolean¶
Two distinct values True
and False
.
Example:
output = True
type(output)
output = False
type(output)
Hint
Both values start with an upper case letter in Python
Two distinct values True
and False
.
Example:
output = True
type(output)
output = False
type(output)
Hint
Both values start with an upper case letter in Python