Computer Science, asked by mamtatater60, 16 days ago

Explain the different working modes of python​

Answers

Answered by ItzCarbohydrates
1

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.

Answered by farheenarab80
0
  • 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
Similar questions