Also Python 3.11.8, get it at <a href="https://www.python.org/downloads/release/python-3118/" rel="nofollow">https://www.python.org/downloads/release/python-3118/</a>
I really like the f-string updates - particularly that you can use quotes of the same type within the f-string.<p>For example, from the documentation:<p>> f"This is the playlist: {", ".join(songs)}"