Computer Science, asked by Aman1551, 7 months ago

Explain the different working modes of Python.​

Answers

Answered by sharvariumap
27

Answer:

Python has two basic modes: normal and interactive. The normal mode is the mode where the scripted and finished . py files are run in the Python interpreter. Interactive mode is a command line shell which gives immediate feedback for each statement, while running previously fed statements in active memory.

Explanation:

Answered by MysticCharm
14

Hey !!

Here is your answer dear

Python has two basic modes: script and interactive. The normal mode is the mode where the scripted and finished . py files are run in the Python interpreter. Interactive mode is a command line shell which gives immediate feedback for each statement, while running previously fed statements in active memory.

HOPE IT WILL SATISFY YOUR QUESTION DEAR AND STAY SAFE

Similar questions