3 Useful Python F-string Tricks You Probably Don’t Know
Aug 3, 2021 · 6 min read · Long gone are the days when Python developers used the % operator to perform string formatting in Python. Sometime later down the road when Python 3.0 was introduced, common use of the % the operator was gradually replaced with calling the .format() ...
Join discussion
