Python path on windows

wxjmfauth at gmail.com wxjmfauth at gmail.com
Fri Feb 20 10:20:30 EST 2015


Le vendredi 20 février 2015 15:43:38 UTC+1, loial a écrit :
> On Linux we use 
> #!/usr/bin/env python
> 

Which one of theese?

>>> 'abcßdef'.upper()
'ABCßDEF'

>>> 'abcßdef'.upper()
'ABCSSDEF'

>>> 'abcßdef'.upper()
'ABC\xe1DEF'
>>>



More information about the Python-list mailing list