help to convert c++ fonction in python

Lie Ryan lie.1296 at gmail.com
Sun Oct 18 14:25:07 EDT 2009


Thomas wrote:
> If you change your last line from:
> 
> print s
> 
> to:
> 
> print u
> 
> you'll get different results :)

if you change:
s1 = base64.b64decode( s )

into
s = base64.b64decode( s )

you'll get the same result again.



More information about the Python-list mailing list