fork(351) download
  1. str = "###$62)I((_QWJP(PIQDW=12dDM:KD(@D!@@DPN@!IDN@DP*!@&@&@!&!&)(__(QWD(WD_KQWPDQWPDJ(J#D)@#J)#FJ)#D@#DH#@(HD)@J(D#"
  2. for i in range(-64, 64):
  3. print("".join(map(lambda x: x + i, list(str))))
Runtime error #stdin #stdout #stderr 0.02s 27704KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 3, in <module>
  File "./prog.py", line 3, in <lambda>
TypeError: Can't convert 'int' object to str implicitly