Answer Posted / 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 |
Post New Answer View All Answers
What are python modules?
Is youtube written in python?
Is python a compiled or interpreted language?
Why do lambda forms in python not have the statements?
Does every class need a constructor?
What are the features of python?
Python has something called the dictionary. Explain using an example
Making a flat list out of list of lists in python?
What is meta class in python?
Do sets, dictionaries and tuples also support comprehensions?
What are membership operators in python?
How will you remove an object from a list?
State and explain about strings?
How do you get a list of all the keys in a dictionary in python?
What is the result of pow(x,y)?