Why python is called as an interpreted programming language?

: 616
Paper : Python FAQ (Frequently Asked Questions and answers) for freshers | Platform : Object-oriented programming Language | Category : Programming FAQs

The interpreter converts the source code into machine-level language code. Python follows the same process like it converts the written code into machine-level code. There is no intermediate code that exists. This code runs on every operating system. The advantage of this type of programming language there is no need to write different code for the different operating systems.

For more details, go through the link

https://tutorialslink.com/Articles/What-is-Python-Interpreter/1607