python - Not enough arguments for format string - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
python - Not enough arguments for format string - Stack Overflow
I have such code in Python: def send_start(self, player): for p in ... Your code
would fail if self.turnnow is an empty tuple: >>> var = () >>> print "%s" ...