[–] japaget 2y ago ↗ Also Python 3.11.8, get it at https://www.python.org/downloads/release/python-3118/
[–] interbased 2y ago ↗ 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)}"
2 comments
[ 3.5 ms ] story [ 14.3 ms ] threadFor example, from the documentation:
> f"This is the playlist: {", ".join(songs)}"