"F-strings provide a concise, readable way to include the value of Python expressions inside strings"
Code examples that were discussed in this video can be found at: https://github.com/AndrewRPorter/youtube/tree/master/fstring
Read more about f-strings here:
https://docs.python.org/3/reference/lexical_analysis.html#f-strings
https://www.python.org/dev/peps/pep-0498/
Checkout my blog too: https://www.andrewrporter.com/blog