Python 3.12.2 Releasedpython.org 2 pointsjapaget2 years ago2 commentsSaveHideCopy link On HNComments−japagetOP2yAlso Python 3.11.8, get it at https://www.python.org/downloads/release/python-3118/−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
Also Python 3.11.8, get it at https://www.python.org/downloads/release/python-3118/
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: