Computer Science
Which of the following are valid Python data types?
- Numeric
- None
- Mappings
- list
- Sequence
- set
- tuple
- dictionary
Python Data Handling
18 Likes
Answer
None
list
set
tuple
dictionary
Answered By
1 Like
Related Questions
Which of the following are datatypes considered as Numbers in Python.
Consider the following sequence of statements:
a = 35
m = a
Following the execution of these statements, Python has created how many objects and how many references?
Which Python built-in function returns the unique number assigned to an object?
The operator used to check if both the operands reference the same object memory, is the .......... operator.