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 |
How to find the index of an element in a list python?
What is python distutils?
Can I use python instead of javascript?
Why is epoch 1970?
What is meant by mutex in python?
Can I use Python instead of PHP?
What are the types of variables in python?
What are the uses of List Comprehensions feature of Python?
Is string immutable ?
What is split used for?
How do you delay time in python?
What is random module is in python?