About Lesson
Interpreter
- Python is an interpreted language.
- Python program is executed line by line using interpreter.
- CPython is the default interpreter for python which is written in C language.
Python Program Execution

Important Notice:
