How do we interpret Python?

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


Please Help Members By Posting Answers For Below Questions

List out atleast two loop control statements?

497


Explain the shortest way to open a text file and display its contents?

533


What is the result of pow(x,y)?

521


What is difference between yield and return?

493


Why is used in python?

528






How to convert a number to a string?

500


Why is the order in python dictionaries and sets arbitrary?

607


How do you delay in python?

502


How many types of operators python has?

567


How are the differences in help () and dir () functions?

532


Can I create apps with python?

488


What is the necessity to use pass statement in python program?

556


What are supporting python packages for data science operations?

509


What is difference between input and raw_input in python?

541


What does nan mean in python?

494