How do we interpret Python?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
When a python program is written, it converts the source code written by the developer into an intermediate language, which is then converted into machine language that needs to be executed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
When a python program is written, it converts the source code written by the developer into an intermediate language, which is then converted into machine language that needs to be executed.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the different between range () and xrange () functions in python?
What is a documentation string?
How can you declare multiple assignments in one statement?
What is a character?
What do you understand by mutable and immutable in python?
What does map function in python do?
What does means by “call by reference” in python?
Is python based on c?
What is python main function and write one good example?
What is python explain the advantages of using python?
What is subclass in python?
What is tuple play?