Computer Science, asked by Parkanna91, 3 months ago

Explain the different working modes of Python.​

Answers

Answered by Anonymous
15

Answer:

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.

Yusra Here✌️

Answered by Sarah0909
33

Answer:

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 helps you siso

Similar questions