Hacker News new | ask | show | jobs
Python 3.12.2 Released (python.org)
2 points by japaget 860 days ago
2 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:

> f"This is the playlist: {", ".join(songs)}"