![]()
|
|
eval_input |
::= | expression_list NEWLINE* |
The input line read by input() must have the following form:
Note: to read `raw' input line without interpretation, you can use the built-in function raw_input() or the readline() method of file objects.
See About this document... for information on suggesting changes.