What is Boolean?
What is Boolean?
What is Boolean in Python
Question is closed for new answers.
Abhishek Verma Selected answer as best April 6, 2023
Actually, it’s called ‘Bool’ and the value ‘True’ and ‘False’ are called Boolean values.
It is used to represent truth values, as condition or received as output from some functions or methods.
Abhishek Verma Selected answer as best April 6, 2023