> 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>