 |
[Tutor] TypeError: not enough arguments for format string
On 02/07/2008, Christopher Spears wrote: > File "point.py", line 13, in __str__ > point_str = "(%f,%f)" % self.x, self.y > TypeError: not enough arguments for format string > > Does anyone know what is wrong? I'm sure it is something ...
mail.python.org |
 |