Python is an interpreted language or a hybrid language. Explain.

Python is an interpreted language. It is not a hybrid language, like languages that combine elements of both compiled and interpreted languages. In Python, the code is executed line by line by the Python interpreter.


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *