lists and the letter u
Oleg Broytmann
phd at phd.russ.ru
Mon Nov 27 12:40:06 EST 2000
More information about the Python-list mailing list
Mon Nov 27 12:40:06 EST 2000
- Previous message (by thread): lists and the letter u
- Next message (by thread): lists and the letter u
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, 27 Nov 2000, SNYDER, BARRON F. (AIT) wrote:
> I'm appending string values to a list and when I print the list, the letter
> 'u' appears before each element:
>
> [u'dog', u'cat']
>
> What does the 'u' mean?
Unicode string.
Oleg.
----
Oleg Broytmann http://phd.pp.ru/ phd at phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.
- Previous message (by thread): lists and the letter u
- Next message (by thread): lists and the letter u
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list