Py3.3 unicode literal and input()

Jussi Piitulainen jpiitula at ling.helsinki.fi
Mon Jun 18 12:32:21 EDT 2012


jmfauth writes:

> Thinks are very clear to me. I wrote enough interactive
> interpreters with all available toolkits for Windows

>>> r = input()
u'a
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
SyntaxError: u'a

Er, no, not really :-)



More information about the Python-list mailing list