Computer Science, asked by sunilkumarpanda51, 5 months ago


answer in one sentence
Why do we say that Python can be used as calculator in the shell mode?​

Answers

Answered by pranjalbhr2008
4

Answer:

Explanation:

Interactive mode and Calculator mode are the same thing.

Answered by samiksha130806
1

Explanation:

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