fork download
  1. convert = lambda text: int(text) if text.isdigit() else text
Success #stdin #stdout 0.08s 10864KB
stdin
Standard input is empty
stdout
Standard output is empty