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
Under what circumstances would von use a while statement rather than for?
Is python strongly typed or weakly typed language?
Does python supports interfaces like in java or c#?
Why is python so powerful?
What is the difference between uuid and guid?
Python How do you make a higher order function in Python?
Is fortran faster than python?
Do python functions need return?
Is python faster than c#?
Explain the synbtax to split a string in python?
Tell us what is python?
What is overloading in python?
Does python have a ternary conditional operator?
What do you understand by monkey patching in python?
How will you check if all characters in a string are alphanumeric?