Answer Posted / chaitanya
Python program runs directly from the source code. Each type Python programs are executed code is required. Python converts source code written by the programmer into intermediate language which is again translated it into the native language / machine language that is executed. So Python is an Interpreted language.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is with keyword in python?
What does __ name __ mean in python?
Is monkey patching considered good programming practice?
How to create prompt in the console window?
Does xrange work python 3?
How do you find the current version of python?
Explain delegation in python
What are the python types?
How can I evaluate an arbitrary python expression from c?
What applications use python?
What is return in python?
Is javascript better than python?
Why do we use uuid?
Explain try, raise, and finally?
Which python function will you use to convert a number to a string?