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 is python literal?
Is python dictionary a hash table?
What is GiL in python programming language?
What is use of set in python?
What’s the difference between raw_input() and input() in python3.x?
How to tic tac toe computer move?
What is __ doc __ in python?
How can you pick a random item from a list or tuple in python?
What will be the output of data[-2] from the list data = [1,5,8,6,9,3,4]?
Get the cartesian product of a series of lists?
What is constructor in python?
What is setup py in python?
Is list iterable in python?
Explain the use of // operator in python?
What is a private method?