How to Use F-Strings to Format Strings in Python | Python Tutorial Ep9

3 years ago
31

In this video, we learn how to use f-strings in Python. We take a look at string formatting prior to Python 3.6, and the drawbacks of it. We also look at why f-strings are powerful and versatile.

You can call functions, do mathematical operations, and more in f-strings!

Subscribe to 💎Datakademy to learn something new everyday! 📲

0:00 - What do f-strings do?
0:12 - Why f-strings are better than .format()
0:59 - Comparison of .format() and f-strings
1:30 - How to use an f-string

Loading comments...