Answer Posted / 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 |
Post New Answer View All Answers
How does ternary operator work in python?
How to import modules in python?
What is a from import statement and write the syntax for it?
What is python __ init __?
How does numpy arange work?
Why python is referred as glue code?
What does the 'yield' keyword do in python?
What is a script file in python?
Which is the invalid variable assignment from the below?
What does __ name __ mean in python?
What does the *args do in python?
How do you dispose a variable in python?
What is a static method in python?
Is Django written in Python?
How do you do data abstraction in python?