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 -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/V5PKCDWTSLXVWM56ZNNFDHEBHAVBYZ4B/ Code of Conduct: http://python.org/psf/codeofconduct/