fork download
  1. k = '<B@@@@B<<BBBBBB<<$$$$$~B<BBBBBB<BfZBBBBBBBFJJRbB~~\x18\x18\x18\x18\x18\x18'
  2. l = [[format(ord(c), '08b') for c in k[n:n+8]] for n in range(0, len(k), 8)]
  3. lines = "\n".join([" ".join([c[n] for c in l]) for n in range(8)])
  4. print(lines.replace('0', ' ').replace('1', '@'))
  5.  
Success #stdin #stdout 0.02s 9216KB
stdin
Standard input is empty
stdout
  @@@@     @@@@     @@@@     @@@@    @    @   @    @   @@@@@@ 
 @    @   @    @    @  @    @    @   @@  @@   @    @   @@@@@@ 
 @        @    @    @  @    @    @   @ @@ @   @   @@     @@   
 @        @    @    @  @    @    @   @    @   @  @ @     @@   
 @        @    @    @  @    @    @   @    @   @  @ @     @@   
 @        @    @    @  @    @    @   @    @   @ @  @     @@   
 @    @   @    @   @@@@@@   @    @   @    @   @@   @     @@   
  @@@@     @@@@    @    @    @@@@    @    @   @    @     @@