Back to blog
Post thumbnail
Python F-strings Tricks You Should Know

PYTHON Stop doing print(f”variable = {variable}”) Python 3.6, all the way back in 2016, introduced a new string formatting method called f-strings...

September 27, 2022