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 ?

  1. int
  2. long
  3. float
  4. NUMBER
Answer

NUMBER

Reason — NUMBER is not a Python data type. Numbers are stored using int, float and long data types.