fork download
  1. d={0:0}
  2. for i in d:
  3. d[i]=d.pop(i)
  4. print(i,end='')
Success #stdin #stdout 0.02s 9080KB
stdin
Standard input is empty
stdout
00000