1.

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

Answer»

=>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



Discussion

No Comment Found