Part 1 - 3. More about variables
| in Python mooc.fi by
I completed "Part 1 - 3. More about variables" from the course: mooc.fi - Introduction to Programming
This section teaches use of f-strings in Python to produce easily customisable variable driven output. Also end="" to prevent print statements terminating to new line - I've never used this.