77
Python f-string quiz
(fstrings.wtf)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
To be fair this was quite wtf-free. Mostly just unimportant formatting subtleties and stuff you'd never write.
Python definitely has bigger WTFs, like bool being an int, implicit bool conversion, implicit iteration of strings, etc.
Bool being an int was part of this.
Sure but that's orthogonal to f-strings.