Python 3.12.2 Released

by japageton 2/7/2024, 2:31 AMwith 2 comments

by japageton 2/7/2024, 2:31 AM

Also Python 3.11.8, get it at https://www.python.org/downloads/release/python-3118/

by interbasedon 2/7/2024, 3:33 AM

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)}"