python ProgrammingError at / not enough arguments for format string
Not Enough Arguments For Format String. Web the error occurs if the number of arguments you specify during string formatting is not equal to the number of values you want to. You need to put the format arguments into a tuple (add parentheses):
python ProgrammingError at / not enough arguments for format string
You need to put the format arguments into a tuple (add parentheses): Web the error occurs if the number of arguments you specify during string formatting is not equal to the number of values you want to. File , line 2, in. >>> var = () >>> print %s % (var) traceback (most recent call last): Instr = '%s', '%s', '%d', '%s',.
>>> var = () >>> print %s % (var) traceback (most recent call last): Instr = '%s', '%s', '%d', '%s',. File , line 2, in. You need to put the format arguments into a tuple (add parentheses): Web the error occurs if the number of arguments you specify during string formatting is not equal to the number of values you want to. >>> var = () >>> print %s % (var) traceback (most recent call last):