fork download
  1. print(sorted(['c', 'k', 'a']))
Success #stdin #stdout 0.01s 9992KB
stdin
Standard input is empty
stdout
['a', 'c', 'k']