Closed miketheman closed 6 years ago
Whenever we use .format(), use an f string instead!
.format()
f
https://www.python.org/dev/peps/pep-0498/
Whenever we use
.format()
, use anf
string instead!https://www.python.org/dev/peps/pep-0498/