[issue38539] Update demo files

Julin report at bugs.python.org
Mon Oct 21 14:16:25 EDT 2019


Julin <julinshaji02 at gmail.com> added the comment:

Okay. While I'm at it, can I make a few minor change as well? Like

 - Use fstrings
 - change range(0, val) to range(val) as range()'s first argument has default value 0.
 - Change `for i in range(len(groups)):` to enumerated (redemo.py)
 - rename ss1.py to spreadsheet.py (to make its purpose clearer)

----------

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


More information about the Python-bugs-list mailing list