более короткий максимальный код FONCTION в Python
if item > Max:
Max = item
return Max
Repulsive Ray
if item > Max:
Max = item
return Max