Remix.run Logo
metadat 9 days ago

What kind of special string will be added next? We already have f-strings, .format, %s ...

Daishiman 8 days ago | parent [-]

str.format was introduced in 2008. String formatting conventions can reasonably change in the span of 18 years.

zahlman 8 days ago | parent [-]

Aside from that, the format method and the % operator don't represent separate types. - they're just methods on `str`.