``Hidden'' Python knowledge (was: File Handling - Some Help Needed)

Bill Janssen (janssen@parc.xerox.com)
Fri, 14 Apr 1995 10:33:25 PDT

The hidden bit that threw me for a loop while I was starting, was how to
format a set of arguments into a string, under the control of a format
spec (i.e., sprintf). I kept forgetting the `%' operator on string
types, and kept having to find it again...

Bill