How is python an interpreted language?



How is python an interpreted language?..

Answer / Mohd Roshan Pasha

Python is an interpreted language because it doesn't need to be compiled before being run. Instead, the interpreter reads and executes Python code directly.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What are built-in types of Python?

3 Answers  


Why cannot lambda forms in Python contain statements?

1 Answers  


What is thread join in python?

1 Answers  


How to do relative imports in python?

1 Answers  


What is flask in python?

1 Answers  


Mention the concept used in python for memory managing

1 Answers  


Why python is popular nowadays?

1 Answers  


What is a closure in python?

1 Answers  


How do you perform pattern matching in python?

1 Answers  


What is python basic syntax?

1 Answers  


How do you override a method in python?

1 Answers  


How to remove values to a python array?

3 Answers  


Categories