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 is a lambda in programming?
What is dict in python?
What is a sequence in python?
Which web server is best for python?
How do I avoid having python class data shared among instances?
Do arrays start at 0 in python?
What is the different between range () and xrange () functions in python?
How can you dynamically create variables in python via a while loop?
What is python __ repr __?
How to read a 10gb (or larger) file size in python?
Can you explain how python is interpreted.
What are local variables and global variables in python?
What type of language is python? Programming or scripting?
What is a lambda function?
Explain in detail – inheritance in python?