+ 2
Y we use interpreter in python?
interpreter is used to check for the errors.line by line
3 Respostas
+ 4
This not a question !
+ 3
Are you asking or answering?
+ 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!!