Skip to content
  • Peter Grayson's avatar
    Use f-strings throughout code · 5a5cb077
    Peter Grayson authored
    Python 3.6+ supports f-strings. These are generally faster and more
    ergonomic than the alternatives of either old-style interpolation,
    str.format(), or concatenation with `+`.
    5a5cb077