Important Notice:

Course Content
Introduction to Programming (Chapter 1) M3-R5.1
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

error: Content is protected !!