Python Forum
instructing f-string over format() - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Forum & Off Topic (https://python-forum.io/forum-23.html)
+--- Forum: Board (https://python-forum.io/forum-26.html)
+--- Thread: instructing f-string over format() (/thread-19748.html)

Pages: 1 2


RE: instructing f-string over format() - Skaperen - Jul-15-2019

.format() is not my only alternative to f-strings. i just started working on a script that i have intentions to make widely available. i'd like to have it work back to 3.0 or even 2.6. so i am using + operations to construct a small string.