1.

What are advantages and disadvantages of working inintractive mode in python

Answer» Advantages in python \'interactive mode\': \t\'Interactive mode\' is great for quickly and conveniently running\xa0\'single lines or blocks of code\'.\tIn \'interactive mode\', we can get the answer \'line by line\'.\tIt is \'easy to find an error\'.Disadvantages in python \'interactive mode\':\tIt is \'harder to edit longer programs\' or even the existing program.\tWe\xa0\'cannot write a whole program\' in interactive mode.\tIf we \'save the program the instructions\' also get saved.


Discussion

No Comment Found