0 votes
in Python by
How Python Is Interpreted in Python?

1 Answer

0 votes
by

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.

Related questions

0 votes
asked Oct 14, 2021 in Python by rajeshsharma
0 votes
asked Sep 25, 2021 in Python by john ganales
...