Computer Science, asked by Mysteriojoker4114, 7 months ago

which mode of python gives instant result of typed statement​

Answers

Answered by akshita7566
8

Answer:

py files are run in the Pythoninterpreter. Interactive mode is acommand line shell which gives immediate feedback for eachstatement, 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.

Answered by shreiska2504
2

Answer:

interactive mode

Explanation:

in python file interactive mode gives instant result of typed statement.

Similar questions