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
Explain about multi threading on python?
Is python is better than java?
Why are tuples immutable?
What is list constructor in python?
What is super () in react?
Explain the use of the ‘nonlocal’ keyword in python?
Why we are using a python dictionary?
Explain about zip() in python?
What is pass in Python?
What are range and xrange?
What does sorted do in python?
What are operators?
Difference between @staticmethod and @classmethod in python?
What is raw input function in python?
What is the use of try, except, finally and raise in error handling?