Is Python a compiled language or an interpreted language?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
Python is an interpreted language, which means the Python code is executed line-by-line by the Python interpreter at runtime, rather than being compiled into machine code beforehand.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
Python is an interpreted language, which means the Python code is executed line-by-line by the Python interpreter at runtime, rather than being compiled into machine code beforehand.
Is This Answer Correct ? | 0 Yes | 0 No |
What are python packages?
Is all the memory freed when python exits?
What do you understand by python modules?
How to retrieve data from a table in mysql database through python code?
Explain about the dictionary function in python?
What is the output of the below program?
What are the implementation in python program?
How the memory is managed in python?
What is break in python?
What is tail recursion?
What does the ‘yield’ keyword do?
How you can convert a number to a string?