fork download
  1. tem_array = {10,2,3,20,1}
  2. print(math.max(unpack(tem_array)))
Success #stdin #stdout 0s 2832KB
stdin
Standard input is empty
stdout
20