why in python file every line is executed frist ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

why in python file every line is executed frist ?

13th Jul 2019, 10:31 AM
Ayan Sinha
3 Answers
+ 1
Not only Python but also all programming files are executed line by line 😁
13th Jul 2019, 12:01 PM
Ayan Fox
Ayan Fox - avatar
0
because it is an interpreted language, so it doesnt need to compile the whole program in order to execute something.
13th Jul 2019, 12:26 PM
Bebida Roja
Bebida Roja - avatar
0
what is a interpreted language?
13th Jul 2019, 6:11 PM
Ayan Sinha