Explain any one feature of Python program.
Answers
Answered by
0
Explanation:
Python is a dynamic, high level, free open source and interpreted programming language. It supports object-oriented programming as well as procedural oriented programming. In Python, we don't need to declare the type of variable because it is a dynamically typed language.
Answered by
0
Answer
some of the features of the python is mentioned below
Explanation:
> Object-Oriented Language:
One of the key features of python is Object-Oriented programming. Python supports object-oriented language and concepts of classes, objects encapsulation, etc.
> Python is Integrated language:
Python is also an Integrated language because we can easily integrated python with other languages like c, c++, etc.
Similar questions