Computer Science, asked by amankrkumar049, 5 months ago


g) What is the drawback of Interactive mode in Python?​

Answers

Answered by priyaayika
6

Answer:

interactive mode is a command line shell which gives immediate feedback for each statement ,while running previously fed statements in active memory as new lines are fed into the interpreter ,the fed program is evaluated both in part and In whole

Similar questions