Comment your answer in comment
- Dictionary
- Tuples
- Class
- Lists
We're a place where coders share, stay up-to-date and grow their careers.
Comment your answer in comment
For further actions, you may consider blocking this person and/or reporting abuse
Haardik -
Joseph Mania -
Abhinav Pandey -
Vishnu Sivan -
Discussion (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