CBSE Class 10 Computer Applications
Question 5 of 31
Python Revision — Question 3
Back to all questions 3
Question Question 3
Which of these is not a Python data type ?
- int
- long
- float
- NUMBER
NUMBER
Reason — NUMBER is not a Python data type. Numbers are stored using int, float and long data types.