[ prog / sol / mona ]

prog


Open source software will wipe your disk if you're Russian

14 2022-03-17 21:58

❤️

>>> binascii.a2b_base64 ("4p2k77iP")
b'\xe2\x9d\xa4\xef\xb8\x8f'
>>> bytes.decode (_, "utf-8")
'❤️'
>>> " ".join (map (lambda ch: hex (ord (ch)), _))
'0x2764 0xfe0f'
44


VIP:

do not edit these