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
What is repr() function in python?
What does while 1 mean in python?
Why python language is called python?
How to merge two dictionaries in a single expression?
What is lambda function in python?
How do you exit a python script?
How do I emulate os.kill() in windows?
How can you copy objects in python?
Is there a way to remove the last object from a list?
What is the best flask or Django
How will you change case for all letters in string in python?
what are the noted modules of python in terms of networking
What is the difference between range & xrange? Explain?
What is map function in python?
What is scheduling in threading?