128 bits by mypetlion

print(*[bin(ord(x))[2:].zfill(8)for x in'\x09\xc3\xb9\x11\x02\x9dt\xc3\xa3[\xc3\x98AV\xc3\x85cV\x88\xc3\x80'])

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page