I thank Dominik Vilsmeier for noticing >>> 001 SyntaxError: invalid token
This is a problem both the original poster's suggestion: >>> P = 100\ ... 000\ ... 000 and mine: >>> t1( 100, 000, 000) That '001' is a syntax error interests me. I'll start a new thread for that. -- Jonathan
_______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/V5PKCDWTSLXVWM56ZNNFDHEBHAVBYZ4B/ Code of Conduct: http://python.org/psf/codeofconduct/
