+ 1
"max" and "min" are variables or something else?[solved]
2 odpowiedzi
+ 5
Somehing else... In particular they are builtin functions
https://docs.python.org/2/library/functions.html#min
https://docs.python.org/2/library/functions.html#max
+ 1
thanks KrOW