Tim Peters wrote:
> [Echo]
>
>>I have been trying to figure out the problem with this string formatting:
>
>
> [monstrous statement snipped]
>
>
>>when it executes, I get this error: "inv argument required".
>
>
> That shoud be "int", not "inv".
>
>
>>I have checked and rechecked both the
[Echo]
> I have been trying to figure out the problem with this string formatting:
[monstrous statement snipped]
> when it executes, I get this error: "inv argument required".
That shoud be "int", not "inv".
> I have checked and rechecked both the string and the tuple. I cant figure
> out what