Answer Posted / 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 |
Post New Answer View All Answers
How many name spaces are defined in python?
Explain raise keyword?
What is the difference between del() and remove() methods of the list?
What is the use of the break statement?
Is python pass by reference?
Can constructor be private?
What is sub() function?
What are the benefits of using python?
Why are identifier names with a leading underscore disparaged?
How does python handle compile-time and run-time code checking?
Why is that none of my threads are not running? How can I make it work?
How many keywords are there in python?
Explain about control flow statements?
What are python scripts?
What is “call by reference” in python?