资讯

以下内容是CSDN社区关于Python中TypeError: __init__ () missing 2 required positional arguments相关内容,如果想了解更多关于脚本语言社区其他内容,请访问CSDN社区。
The / separates positional from keyword arguments; in this example, all of the arguments are positional. In previous versions of Python, z would be considered a keyword argument.