Computer Science, asked by singhveer3222, 6 months ago

write some basic use of interactive mode?​

Answers

Answered by LEGEND778
0

Answer:

The interactive mode involves running your codes directly on the Python shell which can be accessed from the terminal of the operating system.

Explanation:

Answered by sharathkanna567
1

Answer:

a mode of operation that allows a computer or electronic device to respond to a user’s input.

the platform has an interactive mode that lets developers test-drive their applications as they write them

Explanation:

Interactive mode is a command line shell which gives immediate feedback for each statement, 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.

Similar questions