Python Developer Question:

Do you know how Python is interpreted?

Tweet Share WhatsApp

Answer:

Python language is an interpreted language. Python program runs directly from the source code. It converts the source code that is written by the programmer into an intermediate language, which is again translated into machine language that has to be executed.

Download Python Developer PDF Read All 77 Python Developer Questions
Previous QuestionNext Question
Explain me what Is The Purpose Of Doc Strings In Python?How to convert a number to a string?