Forgot a "detail"

> def possible_cube(val):
>       try:
>               return val ** 3
>       except TypeError:
>               return val

denis
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to