✏️ Explanatory Question
Python is a modern, powerful, interpreted language with objects, modules, exceptions (or interrupts) and
automatic memory management. Salient Features of Python are:
⚫ Simple and Easy: Python is a simple language that is easy to learn.
⚫ Free/Open source: Anybody can use Python without the need to purchase a licence.
⚫ 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 and platform-independent.
⚫ Extensible and Embeddable: Python programs support usage of C/C++ codes.
⚫ Standard Library: Python standard library contains pre-written tools for programming .