the-algorithm
the-algorithm copied to clipboard
Improve code readability and performance by using f-strings
- F-strings improve the readability
- F-strings are often faster than concatenation because they are evaluated at runtime rather than being built up piece by piece.
LGTM