Info
Open the page on your phone

Is Python an interpreted or compiled language?

Python is an interpreted language, which means that the Python code is executed line by line, rather than being translated into machine code before execution.