> understand why I get the result shown in line 8.
>7) >>> c,d = n if n is not None else 0,0 >8) >>> print c,d >9) (22, 11) 0 OOPS sorry that should be line 9. g. -- http://mail.python.org/mailman/listinfo/python-list
> understand why I get the result shown in line 8.
>7) >>> c,d = n if n is not None else 0,0 >8) >>> print c,d >9) (22, 11) 0 OOPS sorry that should be line 9. g. -- http://mail.python.org/mailman/listinfo/python-list