Lakshya Tyagi Posted on Nov 28, 2020 Which type of these is not a Core Data Type in Python? #python #quiz #programming #challenge Python Daily Quiz (9 Part Series) 1 Which type of these is not a Core Data Type in Python? 2 Which method is used to return string in upper case? ... 5 more parts... 3 What will be the output of given code? 4 What will be the result of following code? 5 Correct syntax to output the type of variable or object? 6 Write the output of given python code. 7 What will be the output of given python code? 8 What will be the Output of given python code? 9 Which among them is used to create an object? Comment your answer in comment Dictionary Tuples Class Lists Top comments (11) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand Tomi Adenekan Tomi Adenekan Tomi Adenekan Follow It was my idea to use your idea Location California Education Myself and the internet Joined Oct 6, 2020 • Nov 28 '20 Dropdown menu Copy link Hide 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 😀. Collapse Expand Jorge Chiavaro Jorge Chiavaro Jorge Chiavaro Follow Joined Aug 6, 2017 • Nov 28 '20 Dropdown menu Copy link Hide Class because classes are used to define custom data types. The others are built in types Collapse Expand Matthew Stokes Matthew Stokes Matthew Stokes Follow Location Cardiff Work Senior DevOps Engineer Joined Dec 9, 2019 • Nov 28 '20 Dropdown menu Copy link Hide None of the above? Class is itself a data type on python. Hence you can dynamically create class definitions. Collapse Expand Lakshya Tyagi Lakshya Tyagi Lakshya Tyagi Follow Location Greater noida, India Joined Sep 1, 2020 • Nov 28 '20 Dropdown menu Copy link Hide Yes you are correct Collapse Expand deepak deepak deepak Follow Joined Jan 6, 2018 • Nov 28 '20 Dropdown menu Copy link Hide 3 Collapse Expand toghrulAgayev toghrulAgayev toghrulAgayev Follow Joined Feb 10, 2018 • Nov 28 '20 Dropdown menu Copy link Hide First thing comes to mind is class. Because other are for to store data. Class is completely different. Collapse Expand ProMikeCoder2020 ProMikeCoder2020 ProMikeCoder2020 Follow Addicted to programming. Love thinking about app ideas and putting them into practise Joined Oct 25, 2020 • Dec 9 '20 Dropdown menu Copy link Hide A class Collapse Expand Sambhav-Jindal-github Sambhav-Jindal-github Sambhav-Jindal-github Follow Location Jaito,Punjab Work I am a student. at self-employed Joined Nov 3, 2020 • Dec 8 '20 Dropdown menu Copy link Hide class Collapse Expand Ranjeet Singh Ranjeet Singh Ranjeet Singh Follow Joined Dec 3, 2020 • Dec 4 '20 Dropdown menu Copy link Hide class is not any datatype. Data can be dict, tuple, list but never be a class. Collapse Expand Dibyadarshan Rath Dibyadarshan Rath Dibyadarshan Rath Follow I am a full time student at SOA UNIVERSITY, ODISHA, persuing my Bachelor's in Computer Science Engineering. Location Odisha, India Work Student Developer at SOA UNIVERSITY Joined Dec 3, 2020 • Dec 3 '20 Dropdown menu Copy link Hide 3 Collapse Expand Bhaskar srinivas Kurukuri Bhaskar srinivas Kurukuri Bhaskar srinivas Kurukuri Follow Joined Dec 4, 2020 • Dec 12 '20 Dropdown menu Copy link Hide Class View full discussion (11 comments) Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
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