what are the features of python
Answers
Python is a dynamic, high level, free open source and interpreted programming language. ...
Easy to code: ...
Free and Open Source: ...
Object-Oriented Language: ...
GUI Programming Support: ...
High-Level Language: ...
Extensible feature: ...
Python is Portable language:
thank n follow me ..........
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.
For example, x = 10
Here, x can be anything such as String, int, etc.
Features in Python
There are many features in Python, some of which are discussed below –
1. Easy to code:
Python is a high-level programming language. Python is very easy to learn the language as compared to other languages like C, C#, Javascript, Java, etc. It is very easy to code in python language and anybody can learn python basics in a few hours or days. It is also a developer-friendly language.