Loking at Rossum's tutorial I've seen that he sometimes uses the
expression "interactive mode" and sometimes "calculator mode". Or these
concepts same?

I've made the following assertion.

"When Python prompts for the next command with the primary prompt ">>>
", the interpreter is said to be in an interactive mode, or in a
calculator mode. In interactive mode, the Python interpreter acts as a
simple calculator: you can type an expression at it and it will write
back the value of that expression."

Is this correct or incorrect?

Alex

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to