Q. What are the advantages/disadvantages of working in interactive mode in Python?
Answer =
Advantage :-
1. In interactive mode we can get answer line by line.
2. Easy to find an error
Disadvantage :-
1. We cannot write a whole program in interactive mode.
2. we cannot save the program in it.
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )