Answer Posted / glibwaresoftsolutions
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
What are non static methods?
How does lambda function differ from a normal function in python?
Is the jupyter notebook good for python?
What is python programming language?
What is swapcase() function in the python?
Do you know how python is interpreted?
What is the process to calculate percentiles with numpy?
Write a program to play a guessing game using random module?
Should I learn c before python?
What are the built-in types available in python?
What are negative indices?
How do I copy an object in python?
What is python mapping?
Differentiate list and tuple with an example?
How useful is python?