Computer Science, asked by akki4729, 1 year ago

What is paython boolean logic binary

Answers

Answered by amanpathak8833
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 Anonymous
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