chrislit/abydos

Transition to f-strings

Closed this issue · 0 comments

Move from str.format() to f-strings.
Move from "string"+"string" to f-strings.
Both, for speed & readability.