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
What is meant by instantiating a class?
What is map?
Explain the use of with statement?
How do you sort a list in python?
What is frozen set in python?
How do you write a function in python 3?
What is self in oop of python?
How do you clean pyc files?
What is python console?
Is python a nonetype?
Explain how memcached should not be used in your python project?
Explain about python’s parameter passing mechanism?
Is using eval in python a bad practice?
What are the tools that help to find bugs or perform the static analysis?
What is a python mixin?