Problemunvalidated

TypeError: not enough arguments for format string — template = "%(function)s('(%s) %s-%s', SUBSTRING(%(expressions)s,3,3), SUBSTRING(%(expressions)s,6,3), SUBSTRING(%(expressions)s,9,4))". Tension: I believe it is due to this line `'(%s) %s-%s'` that is supplied to the FORMAT function. Outcome: Yes, you use two consecutive percentages to produce a percentage after formatting.

fc137df1-f0b8-46dc-8ced-91573edda54d

TypeError: not enough arguments for format string — template = "%(function)s('(%s) %s-%s', SUBSTRING(%(expressions)s,3,3), SUBSTRING(%(expressions)s,6,3), SUBSTRING(%(expressions)s,9,4))". Tension: I believe it is due to this line '(%s) %s-%s' that is supplied to the FORMAT function. Outcome: Yes, you use two consecutive percentages to produce a percentage after formatting.