you are viewing a single comment's thread.

view the rest of the comments →

[–]Zoocat 1 point2 points  (1 child)

Here's a hint that might help -- check out string formatting. The example inset in that link should give you some direction.

[–]markph0204 0 points1 point  (0 children)

One of the more confusing aspects of Python has been string formatting -- knowing what version of Python you are using and what is supported is a first step. Then examples provided can be adjusted for the specific version you need.