Comment your answer in comment
- Dictionary
- Tuples
- Class
- Lists
Comment your answer in comment
For further actions, you may consider blocking this person and/or reporting abuse
Baltasar GarcΓa Perez-Schofield -
Alexis Clarembeau -
Ashish prajapati -
Hamza Khan -
Top comments (11)
I am not sure but I believe it is
1. Class
because a class is not a method of storing data as much as modeling objects. Please correct me if I am wrong π.Class because classes are used to define custom data types. The others are built in types
None of the above?
Class is itself a data type on python. Hence you can dynamically create class definitions.
Yes you are correct
3
First thing comes to mind is class. Because other are for to store data. Class is completely different.
A class
class
class is not any datatype. Data can be dict, tuple, list but never be a class.
3
Class