fork download
  1. a= [1,2,3,4]
  2. print( max(a) )
Success #stdin #stdout 0.02s 27720KB
stdin
Standard input is empty
stdout
4