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 are the programming-language features of python?
If you are ever stuck in an infinite loop, how will you break out of it?
What are mixins in python?
Tell me what is the difference between xrange and range?
Give the output of this example: a[3] if a=[1,4,6,7,9,66,4,94].
What is the purpose of the "//" operator in python?
How to get a list of class attributes in python?
What is the purpose of the pythonstartup environment variable?
What is a class attribute?
How to check the string consists of alphanumeric characters ?
What is the difference between raw_input() and input() in python?
What is polymorphism in python with example?
How do you break in python?
Is Django written in Python?
What is kwargs in python?