How interpreter actually interpret the code we wrote in pythoon? Is it from Left To Right or from Right To Left? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How interpreter actually interpret the code we wrote in pythoon? Is it from Left To Right or from Right To Left?

For example, In Java code would be compile from Right To Left.

20th Jul 2017, 12:46 AM
Hemang
1 Answer
+ 1
Most of the way down this page is a table of the order of operations, and yes they are fro left to right. https://docs.python.org/3.6/reference/expressions.html
20th Jul 2017, 1:26 AM
Jim Tully
Jim Tully - avatar