Explain how Python is an interpreted language
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
An interpreted language is any programming language that does not convert to machine-level code before runtime. Python is an interpreted language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
An interpreted language is any programming language that does not convert to machine-level code before runtime. Python is an interpreted language.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between 'is' and '==' in python?
Draw a comparison between the range and xrange in python?
Is empty function in python?
What are the different ways to create an empty numpy array in python?
Explain static class variables in python?
What is frozen set in python?
Can I use python in linux?
Explain PYTHONPATH
What is whitespace in python?
What are the various types of operators in Python?
What is a docstring comment?
What does the continue do in python?