mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-03-19 04:46:08 -04:00

* Usage of "enumerate()" with start parameter * Use the with keyword when dealing with file objects According to: https://docs.python.org/3.6/tutorial/inputoutput.html * String format using ".format()" * Chained comparisons are faster than using the "and" operator