Computer Science, asked by shreyajitmandal36, 9 months ago

what are the advantage and disadvantage of script mode in python​

Answers

Answered by Brainlyshivam
55

=>The Advantages of working in script mode in Python is

1)You can store all commands together in the form of a module/ program/ script and can get all output lines together.

2)No more command-output sandwiching.

=>The Disadvantages Of working in script mode in Python is

1)It can be tedious when you need to run only a single or a few lines of cod.

2)You must create and save a file before executing your code.

Please make my answer Brainliest

Answered by shakshi31
19

Answer:

advantages are...

it's is very suitable for long program....type all the command once and show your output at once.

here we got the advantage to save our python script which is helpful for us because no longer our python script get lost we can make changes whenever required.

disadvantages are..

we cannot show our program line by line also which error cannot find. error is only find after running the whole code.

this type is not helpful of testing your program.

hope it's helpful for you!!!

Similar questions