fork(1) download
  1. a = ['42','12','119']
  2. print(max(a))
  3.  
Success #stdin #stdout 0.02s 9152KB
stdin
Standard input is empty
stdout
42