Computer Science for IGCSE & O level - Programming (Section 6 - No. 23)

What is the output of the Python code: `print(type(3.14))`?
3.14

Explanation

3.14 is a floating-point number.

Comments (0)

Advertisement