1.

What is the difference between interactive mode and Script mode in python

Answer» Script mode: It recovers intrepretor to execute the code.it gives slow response, difficult for learners.Interactive mode:It didn\'t recovers any intrepretor to execute the code. it gives quick response, easy for learners.


Discussion

No Comment Found