Computer Science for IGCSE & O level - Programming (Section 4 - No. 48)

What is the output of the code: `print(type(True))`
True

Explanation

True is a boolean value.

Comments (0)

Advertisement