Change the description of input() -- it is exactly equivalent to
eval(raw_input(s)). The statement about breaking a long expression over multiple lines is no longer true.
Showing
Please register or sign in to comment
eval(raw_input(s)). The statement about breaking a long expression over multiple lines is no longer true.