0 votes
in Python by
How is Python interpreted?

1 Answer

0 votes
by

Python is an interpreted language. It runs directly from the source code and converts the source code into an intermediate language. This intermediate language is translated into machine language and 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
...