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
Does python have private?
Why is python 2 still used?
Difference between lists and tuples in python?
What is inside __ init __ py?
Why do we use join() function in python?
What is loop and types?
What is a metaclass in Python?
Is python useful for finance?
How do I create a variable number of variables?
What is negative index in Python?
How to avoid having class data shared among instances in python?
How do you run a python script?
How do I run a python file in python shell?
What is pop in python?
What is the difference between raw_input() and input() in python?