Computer Science, asked by prashantdialga, 1 day ago

What is the interactive Mode of Python?​

Answers

Answered by guriaojha243
1

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:

pls mark me as Brainlist

Attachments:
Similar questions