Answer Posted / 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 |
Post New Answer View All Answers
How do I interface to c++ objects from python?
How many kinds of sequences are supported by python? What are they?
What are python iterators?
How we can send email from python?
Is multiple inheritances possible in python?
How do you check the presence of the key in python dictionary?
What is the difference between ‘match’ and ‘search’ in python?
Are there arrays in python?
What does stringvar.strip() does?
What is the use of the break statement?
Are there pointers in python?
Tell us what is module and package in python?
What does the **kwargs do in python?
How to determine type of an object?
What is flask & its benefits?