Forgot a "detail" > def possible_cube(val): > try: > return val ** 3 > except TypeError: > return val
denis _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
Forgot a "detail" > def possible_cube(val): > try: > return val ** 3 > except TypeError: > return val
denis _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor