TypeError: not enough arguments for format string - using a ...

TypeError: not enough arguments for format string - using a ...

瀏覽:424
日期:2025-10-02
2012年12月15日 - you have to specify multiple arguments as tuple, eg print "%d %s of beer on the wall," % (bottles, s1) ......看更多