Is Python work on interpreter or compiler? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Is Python work on interpreter or compiler?

I think it might be both like java! please help

1st May 2019, 8:58 AM
pratyush kumar
pratyush kumar - avatar
1 Réponse
+ 13
It's work on interpreter, every source code is checked line by line. Java is working over jvm via using jdk. multiple time compilation is done in the Java and platform independent as it generates .jar file
1st May 2019, 9:05 AM
GAWEN STEASY
GAWEN STEASY - avatar