fork download
  1. print min(["test", "z"])
  2. print min(["test", "z"],key=len)
Success #stdin #stdout 0.01s 7896KB
stdin
Standard input is empty
stdout
test
z