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 |
Can a class be static?
What is a pep python?
What are range and xrange?
What does .join mean in python?
What is python easy_install?
What is Python Decorator?
Is pypy faster than python?
Does python have private variables?
Why is python used?
What does the meaning of gil in python language?
How dir() function is used in python?
What are the nameless functions in python?