|
|
|
|
|
by ydnaclementine
435 days ago
|
|
can't wait to have my linter tell me I should be using t-strings instead of f-strings. apologies for not being patient enough to read through this to find it, but I hope they can remove f-strings: > There should be one-- and preferably only one --obvious way to do it. |
|
Use f-strings if you can, otherwise use t-strings.