[Python] filtrare ai margini

Marco Mariani birbag a gmail.com
Gio 19 Set 2013 11:00:13 CEST


> def clamp(x, min, max):
>         if x < min:
>            return min
>         elif x > max:
>            return max
>         else:
>            return x

Si potrebbe disquisire un po' sull'opportunitā di togliere else/elif :)
-------------- parte successiva --------------
Un allegato HTML č stato rimosso...
URL: <http://lists.python.it/pipermail/python/attachments/20130919/c5459cee/attachment.html>


Maggiori informazioni sulla lista Python