Q. What is the output of type(True)?
β
Correct Answer: (C)
bool
Explanation: True is a boolean value in Python.
Explanation: True is a boolean value in Python.