Computer Science, asked by alexsalvs12345, 11 months ago

What are the advantages/disadvantages of working in interactive mode in python?

Answers

Answered by cdsingh8941
15

Answer:

Explanation:

Mark me as brainlist friend

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.

Answered by Sidharth31prabhu
11

ADVANTAGES:

  • Get the answers right away
  • Useful for checking small codes
  • Useful Arithmetic Calculations

DISADVANTAGES

  • Cannot work out long programs
  • Returns the answer right away
  • Print function compulsory for multi line returns

HOPE ALL THIS HELPS!!!!!

Similar questions