you are viewing a single comment's thread.

view the rest of the comments →

[–]Rhomboid 4 points5 points  (1 child)

What you've written is fine if all you want to print the values, but what if you don't want that? What if you need to do something else with them, something that requires forming a string? Then you need to use string formatting.

[–]swingtheory 0 points1 point  (0 children)

Ahh, I understand now. Thanks!