Article on differences between Python 2 and Python 3
You must log in or register to comment.
I will say that f-strings have unexpectedly replaced str.format() as my preferred string formatting tool. I don’t like that there are so many and it’s kinda annoying to need to prefix strings with “f” but they are nice.