Answer Posted / nashiinformaticssolutions
Python is dynamically typed, which means you don't have to specify the kinds of variables when declaring them or anything.
Python is well suited to object-oriented programming since it supports class definition, composition, and inheritance.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can you sort a list in reverse order in python?
What is the difference between if and elif in python?
What is the default argument in all the functions inside a class?
How to overload constructors or methods in python?
What is a metaclass in Python?
Differentiate between .py and .pyc files?
Is indentation required in python?
How is python different from java?
Explain about assert statement?
How is print statement represented in python 3 (v/s python2)?
Is python 3gl or 4gl?
What is python? What are the benefits of using python? What do you understand of pep 8?
What is python easy?
Does python has any command to create variable?
Can you explain how python is interpreted.