Using f-strings
F-Strings are useful when you are calling in a variable whilst printing something.
Example below is when you can call in the f-string. I have added a couple of example where you can create a variable which calls in the f-string or just printing the variable with the f-string.