Computer Science
What are advantages/disadvantages of working in Interactive mode in Python?
Getting Started
113 Likes
Answer
Interactive mode is useful for testing code. We can type the commands one by one and get the result of error immediately for each command. Disadvantages of Interactive mode are that it does not save commands in form of a program and also output is sandwiched between commands.
Answered By
52 Likes
Related Questions
What are some limitations of Python programming language?
In how many different ways, can you work in Python?
What are the advantages/disadvantages of working in script mode in Python?
Write instructions to get the following result :
Math is Fun so don't be resistant Just learn the rules, the rules are consistent And most important, you must be persistent ! Adding fractions, get common denominators. Multiply by missing factors to get the denominators. Add numerators only, NOT denominators.
Do it in both interactive mode and script mode.