Closed Aareon closed 5 years ago
Hopefully this will make future maintenance a little easier. Just exercising a few of the benefits of Python 3.
Changes include;
str.format()
str + str
print()
Hopefully this will make future maintenance a little easier. Just exercising a few of the benefits of Python 3.
Changes include;
str.format()
overstr + str
where readability is improved or not effectedprint()
where joining strings is possible.