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

What are the advantages and disadvantages of interactive mode in python ?

5th Oct 2018, 9:08 AM
Shine
Shine - avatar
2 Answers
0
Its useful to begin for understand very basic things, else it would be unuseful
5th Oct 2018, 10:24 AM
KrOW
KrOW - avatar
0
ADVANTAGES 1.It is great for single lines or smaller codes 2.if you want to print a statement just type the code and enter eg. >>>1+1 2 eg.>>>a=10 >>>a 10 DISADVANTAGES 1.it is harder to edit longer programs or even existing program. 2.if we save the program the instructions also gets saved. Thankyou.
29th Nov 2018, 8:56 PM
Binson Selvin
Binson Selvin - avatar