Is Python a compiled language or an interpreted language?
Answer Posted / 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 |
Post New Answer View All Answers
What does the ord() function do in python?
How can you convert a number to string?
How do you sort a list of numbers in python?
How do you delay in python?
Tell us what is the usage of help() and dir() function in python?
How do I publish a package in python?
Can a class extend itself?
Which language should I learn first c or python?
How does python compare string and int?
How much ram is required for python?
What does nan mean in python?
How will you convert an integer to a hexadecimal string in python?
Give an example of shuffle() method?
What is a super constructor?
Is python string mutable?