How python works?

 How python works?

•first,we write instructions in English based Python language.

•python is an interpreted language, so there is no need of Compiling them.

•python program run directly through source code.

The source code is converted into intermediate by the code and then into the native language of computer internally by python interpreter.

•the code is executed and the output is presented.


Question 2 

We write instructions in English based Python language.

1 false

2True 


Post a Comment

If you have any doubts, Please let me know
Thanks

Previous Post Next Post