Computer Science
What are the advantages/disadvantages of working in script mode in Python?
Getting Started
42 Likes
Answer
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.
Answered By
26 Likes