'Straße' ('Strasse') and Python 2

wxjmfauth at gmail.com wxjmfauth at gmail.com
Sun Jan 12 02:50:55 EST 2014


>>> sys.version
2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)]
>>> s = 'Straße'
>>> assert len(s) == 6
>>> assert s[5] == 'e'
>>> 

jmf



More information about the Python-list mailing list