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 are tokens in python?
What is == in python?
What is flask in python?
How do I exit python?
Explain global and local variables in python?
What is arange function in python?
What is the pythonpath variable?
Why do we use join() function in python?
State and explain about strings?
What is os module will do in python?
Explain how can you generate random numbers in python?
How do I access environment variables from python?