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
Is python written in c?
What statement is used in python if the statement is required syntactically but no action is required for the program?
What is a 4 tuple?
Which language should I learn first c or python?
What is python distutils?
What is python lint?
How do you sort in descending order in python?
Does python support multiple inheritance?
What are packages in python which are commonly used explain one ?
Tell me what are the tools that help to find bugs or perform static analysis?
What functions or methods will you use to delete a file in python?
What is the output of the below program?
How do you clear a python shell?
What is enumerate() explain its uses?
What do u mean by instance?