> Functions
Returns the largest value between the two numbers a* and *b.
In Python, max() is the language's native function: it accepts as many arguments as you want (max(a, b, c)) or a single iterable (max([1, 2, 3])), and compares any orderable type — numbers, strings, or objects of a class that defines __lt__.
max(2, 5) // 5 max(-2, -5) // -2
Impossible de charger les données du jeu.
Vérifiez votre connexion et réessayez.