Python
Python copied to clipboard
装配器 语法糖 decorator 最后一段代码的print_args方法中,的传参reason 前少一个*
代码位置: Python/Article/PythonBasis/python16/1.md
应该是@decorator def print_args(*reason, **kwargs):
少一个*