Krótszy kod maksymalnego foncji w Pythonie
if item > Max:
Max = item
return Max
Repulsive Ray
if item > Max:
Max = item
return Max