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 |
When would you use a break statement in a for loop?
Name different types of inheritance in python?
What applications are written in python?
How do you get the last value in a list or a tuple?
Is empty function in python?
What is the difference between read and readlines in python?
What is python __ init __?
Draw a comparison between the range and xrange in python?
How to avoid having class data shared among instances in python?
How do you split a string in python?
What is the difference between numpy and scipy?
how do I pass a variable by reference?