Is python interpreter or compiler?
Answer / Devnath Kumar
Python is an interpreted language, not a compiled one. It uses an interpreter to translate Python code into a format that the computer can understand and execute at runtime.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between list and tuples in python?
What is the use of dictionary in python?
What does ** (double star) and * (star) do for python parameters?
Which module(s) of python can be used to measure the performance of your application code?
Does python has private keyword in python ? How to make any variable private in python ?
Why is python 2 still used?
What is a class method?
Why python has no private?
Which operator helps to do addition operations ?
What are the key features of using python?
What is docstring in Python?
What are all the operating system that python can run on?