Max Value in Array

Find the maximum value in an array.

Code

General
max(arr)

Parameters

Array of numbers

Server

More Python Snippets