What are objects in python?



What are objects in python?..

Answer / Mukul Mudit Mishra

An "object" is any instance of a class in Python. Essentially, everything you can work with in Python (numbers, lists, dictionaries, etc.) are objects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Which is faster c++ or python?

1 Answers  


What is pandas?

1 Answers  


Is there any equivalent to scanf() or sscanf()?

1 Answers  


What is the purpose of is, not and in operators?

1 Answers  


Is true a keyword in python?

1 Answers  


In one line, show us how you’ll get the max alphabetical character from a string?

1 Answers  


How do you define xrange in python 3?

1 Answers  


Why do we use raw_input in python?

1 Answers  


How long will it take to learn python?

1 Answers  


What is key lambda in python?

1 Answers  


How do you convert a string to in python?

1 Answers  


What are the 4 data types in python?

1 Answers  


Categories