monica_b1998@lemmy.world to Python@programming.dev · 2 months agoPython String Formatting: f-strings vs .format() vs %slicker.meexternal-linkmessage-square15fedilinkarrow-up142
arrow-up142external-linkPython String Formatting: f-strings vs .format() vs %slicker.memonica_b1998@lemmy.world to Python@programming.dev · 2 months agomessage-square15fedilink
minus-squareNotSteve_@lemmy.calinkfedilinkarrow-up2·2 months agoGo mainly. fmt has some functions to do the same sort of formatting but I loved the minimal syntax in Python. JavaScript has a really nice syntax for it as well actually
in what language?
Go mainly.
fmthas some functions to do the same sort of formatting but I loved the minimal syntax in Python. JavaScript has a really nice syntax for it as well actuallyreasonable answer