what are the two Boolean literals in python
Answers
Answered by
10
Answer:
In Python, the two Boolean values are True and False (the capitalization must be exactly as shown), and the Python type is bool. In the first statement, the two operands evaluate to equal values, so the expression evaluates to True; in the second statement, 5 is not equal to 6, so we get False
Explanation:
Follow me ✌️✌️
Similar questions