What are advantages and disadvantages of working in script mode in python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What are advantages and disadvantages of working in script mode in python?

27th Sep 2018, 3:40 AM
Shine
Shine - avatar
4 Answers
+ 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.
18th Aug 2019, 3:31 PM
Rupam Das
Rupam Das - avatar
+ 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.
13th Aug 2019, 5:12 PM
Aman Rajpoot
Aman Rajpoot - avatar
0
what do you mean with Script mode?
27th Sep 2018, 7:37 AM
Ramphy Aquino Nova
Ramphy Aquino Nova - avatar
- 1
our sir gave this question in test i also do not know
5th Oct 2018, 9:12 AM
Shine
Shine - avatar