You are viewing a single comment's thread from:

RE: [Python Tips] f-strings in Python 3.6 and why you should be using them

in #programming7 years ago

Why should I be using f strings?
Next time it would be cool if you could show the examples and resulting ouput in the Python 2.7 and 3.6 interpreter shells. Thanks for quick read, I work with Python so this is interesting.

Sort:  

I don’t touch 2.7.

The post is pretty clear of the two advantages.

  1. easier to use and read
  2. faster than format by over 200%