Y we use interpreter in python? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 2

Y we use interpreter in python?

interpreter is used to check for the errors.line by line

3rd Jun 2017, 3:10 AM
K Jashwanth Reddy
K Jashwanth Reddy - avatar
3 Antworten
+ 4
This not a question !
3rd Jun 2017, 7:38 AM
Ekansh
+ 3
Are you asking or answering?
3rd Jun 2017, 3:12 AM
Ulisses Cruz
Ulisses Cruz - avatar
+ 1
Just to solve the program easily. Generally compilers show all errors at a time where interpreter check the errors from line to line and it never skip to second line until we fix the errors in the first line. It is also a Human-Friendly Program.. Doesnt generate Binary!!
8th Jun 2017, 4:28 PM
Srii Aldwynn
Srii Aldwynn - avatar