0
What are advantages and disadvantages of working in script mode in python?
4 Réponses
+ 2
Advantages-
* It is easy to run large pieces of code.
* Editing your script is easier in script mode.
* Good for both beginners and experts.
Disadvantages-
* can be tedious when you need to run only a single or a few lines of code.
* You must create and save a file before executing your code.
+ 1
Answer:The advantages of working in script mode in Python is that you can store all commands together in the form of a module/ program/ script and can get all output lines together.
0
what do you mean with Script mode?
- 1
our sir gave this question in test i also do not know