Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
base64 solution in Uncategorized category for I Love Python! by ciel
import base64
def i_love_python():
return base64.b64decode('SSBsb3ZlIFB5dGhvbiE=').decode('utf-8')
if __name__=='__main__':
print(i_love_python())
Aug. 18, 2014