Aman is working on his mathematics project work. He has to perform some quick calculations. Which mode of Python programming should he use for doing his calculations?
Answers
Answered by
18
He should use the interactive mode of python programming
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.
Answered by
1
Answer:
He should use interactive mode
Similar questions