What is paython boolean logic binary
Answers
Answered by
2
Answer:
A boolean expression (or logical expression) evaluates to one of two states true or false. Python provides the boolean type that can be either set to False or True
hope it help you❤❤❤❤
Answered by
2
Answer:
A boolean expression (or logical expression) evaluates to one of two states true or false. Python provides the boolean type that can be either set to False or True. Many functions and operations returns boolean objects. The not keyword can also be used to inverse a boolean type.
Similar questions