Let's display how many games we've played each time. Use a formatted string and print statement to display this in the console.
Make sure to pick print followed by ( and then f, "Games played: {games}", ).
print
(
f
"Games played: {games}"
)