CBSE Class 11 Computer Science
Question 26 of 27
Getting Started with Python — Question 8
Back to all questions 8
Question Question 8
What are the advantages/disadvantages of working in script mode in Python?
Script mode is useful for creating programs and then run the programs later and get the complete output. It is not suitable for testing code.