Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
Python 3.12.2 Released | Dark Hacker News
Python 3.12.2 Released
(python.org)
2 points
by
japaget
2 years ago
| 2 comments
japaget
2 years ago
|
next
[−]
Also Python 3.11.8, get it at
https://www.python.org/downloads/release/python-3118/
interbased
2 years ago
|
next
[−]
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)}"