[issue46199] Calculation influenced by print

Steven D'Aprano report at bugs.python.org
Thu Dec 30 04:43:14 EST 2021


Steven D'Aprano <steve+python at pearwood.info> added the comment:

Please try to provide a minimal reproducible example:

https://stackoverflow.com/help/minimal-reproducible-example

http://sscce.org/

At the very least, you need to provide three pieces of information:

1. What you tried.
2. What you expected to happen (and why, if it isn't obvious).
3. What actually happened instead.


Ideally you should be able to get your example down to using one or two values, not three lists with 30 values each (90 values).

----------
nosy: +steven.daprano

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46199>
_______________________________________


More information about the Python-bugs-list mailing list