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
Akbar Julian Khatibi -
Dima -
Chinmay Roy -
ivan.gavlik -
Once suspended, lakshyatyagi24 will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, lakshyatyagi24 will be able to comment and publish posts again.
Once unpublished, all posts by lakshyatyagi24 will become hidden and only accessible to themselves.
If lakshyatyagi24 is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Lakshya Tyagi.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag lakshyatyagi24:
Unflagging lakshyatyagi24 will restore default visibility to their posts.
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