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.
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.
Leave a Reply