fork download
  1.  
  2. list = [1.2, 1.3, 0.1]
  3. max_value = max(list)
  4. print(max_value)
  5.  
Success #stdin #stdout 0.11s 14112KB
stdin
Standard input is empty
stdout
1.3