Hey guys ❤️
↪️ State some distinguishable features of Python.
Answers
Explanation:
Python Features
1) Easy to Learn and Use.
2) Expressive Language.
3) Interpreted Language.
4) Cross-platform Language.
5) Free and Open Source.
6) Object-Oriented Language.
7) Extensible.
8) Large Standard Library.
Salient Features of Python are :-
✍️ Simple & Easy : Python is simple language that is easy to learn.
✍️ Free/Open source : Anybody can use Python without the need to purchase a license.
✍️ High-level Language : Being a high level language, it can be easily understood by the user without the need to be concerned with low-level details.
✍️ Portable : Python codes are machine & platform-independent.
✍️ Extensible & Embeddable : Python programs support usage of C/C++ codes.
✍️ Standard Library : Python standard library contains pre-written tools for programming.
❤️ ❤️