![]() ![]() |
Conceptual Review (page 18 of 55) |
There are many ways to output the value of our variables in Python.
These options show the flexibility of Python. There are often multiple ways to do tasks in your Python code.
In many of my examples in this course, I will use the f-string literal method (e.g., f"" or f'', which is the last statement in the above snippet of code) due to its flexibility and a personal preference.