Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of ElmoVanKielmo

ElmoVanKielmo

ElmoVanKielmo has asked 2 questions and find answers to 32 problems.

Stats

1.5k
EtPoint
602
Vote count
2
questions
32
answers

About

#!/usr/bin/python

from base64 import decodestring

print decodestring(
'SSBhbSBhIE1hc3RlciBvZiBwcm9ncmFtbWluZy4KSSBjYW4gZm9yY2UgbXkg'
'Y29tcHV0ZXIgdG8g\nZG8gYW55dGhpbmcgSSB3YW50LgpJZiB0aGUgY29tcH'
'V0ZXIgcmVmdXNlcyB0byBkbyBzb21ldGhp\nbmcsIEkgZ28gYW5kIGFzayBH'
'cmFuZG1hc3Rlci4=\n'
)