TypeError: not enough arguments for format string when ...
經安全檢測,此網站為安全網站,請放心前往原始網址!
TypeError: not enough arguments for format string when ...
2014年6月16日 - You need to put your arguments for string formatting in parenthesis: print (... % (name, last_name, gender, age)). Otherwise, Python will only see name ...