Python Shorts

How and Why to use f strings in Python3

Rahul Agarwal
Towards Data Science
4 min readApr 8, 2020

--

Python provides us with many styles of coding.

And with time, Python has regularly come up with new coding standards and tools that adhere even more to the coding standards in the Zen of Python.

--

--