- Python is an interpreted language, so it doesn’t need to be compiled before execution, unlike languages such as C.
 - Python is dynamically typed, so there is no need to declare a variable with the data type. Python Interpreter will identify the data type on the basis of the value of the variable.
 
Shathana. S.R. Answered question July 7, 2023
							Key Features Of Python
- Easy To Learn and Readable Language. Python is extremely easy to learn.
 - Interpreted Language.
 - Dynamically Typed Language.
 - Open Source And Free.
 - Large Standard Library.
 - High-Level Language.
 - Object Oriented Programming Language.
 - Large Community Support.
 
Shathana. S.R. Answered question July 7, 2023
				