Use f-strings instead of format, better var name
f-strings are more readable than .format and up until Python 3.11 also somewhat faster (not that it would matter much here).
f-strings are more readable than .format and up until Python 3.11 also somewhat faster (not that it would matter much here).