On May 3, 8:43 pm, [EMAIL PROTECTED] wrote:
> I'm filling an array with user input, I want an empty string to be
> returned when nothing is entered; ie return key hit twice... How do I
> do that?

use raw_input(), not input().  input() attempts to evaluate the
result, assuming it is a valid python expression.

André

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

Reply via email to