Hello,
Can someone point me in the right direction. I would like to return the string for the following:

Type "help", "copyright", "credits" or "license" for more information.
>>> import base64, urllib
>>> data = 'hL/FGNS40fjoTnp2zIqq73reK60%3D%0A'
>>> data = urllib.unquote(data)
>>> print base64.decodestring(data)
???Ը???Nzv̊??z?+?
>>>

What am I missing?

Cheers
Norman


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to