Computer Applications
Which of these is not a Python data type ?
- int
- long
- float
- NUMBER
Python Funda
3 Likes
Answer
NUMBER
Reason — NUMBER is not a Python data type. Numbers are stored using int, float and long data types.
Answered By
1 Like
Related Questions
Which statement/function will you use to display something on screen ?
- Display
- display
Which statement/function will you use to get value for a variable from keyboard ?
- get
- cin
- raw_input
- raw_in
In the following code
a = '5'. a is a …………… :- int
- string
- float
- number
What is the output of following code ?
print 8 >= 8- 8 >= 8
- False
- True
- Error