Is Python a compiled language or an interpreted language?
Answer Posted / 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 |
Post New Answer View All Answers
How python does compile-time and run-time code checking?
Is there polymorphism in python?
Why we are using a python dictionary?
What is the difference between ‘match’ and ‘search’ in python?
What is the use of assertions in python?
How to add values to a python array?
How can I find methods or attributes of an object in Python?
What is print format value interpolation?
does recursion cause any trouble?
How do you find missing values in python?
What is the result of pow(x,y)?
Name the file-related modules in python?
What are the python types?
How useful is python?
What is set () in python?