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
List out atleast two loop control statements?
Explain the shortest way to open a text file and display its contents?
What is the result of pow(x,y)?
What is difference between yield and return?
Why is used in python?
How to convert a number to a string?
Why is the order in python dictionaries and sets arbitrary?
How do you delay in python?
How many types of operators python has?
How are the differences in help () and dir () functions?
Can I create apps with python?
What is the necessity to use pass statement in python program?
What are supporting python packages for data science operations?
What is difference between input and raw_input in python?
What does nan mean in python?