Comment on Python 3.12.2 ReleasedComments−interbased2yI really like the f-string updates - particularly that you can use quotes of the same type within the f-string.For example, from the documentation:f"This is the playlist: {", ".join(songs)}"
Comments
I really like the f-string updates - particularly that you can use quotes of the same type within the f-string.
For example, from the documentation: