What are the advantages/disadvantages of working in script mode in Python?
44 Likes
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
27 Likes
What are some limitations of Python programming language?
What are the advantages of Python programming language?
In how many different ways, can you work in Python?
What are advantages/disadvantages of working in Interactive mode in Python?