09-20-周六_13-43-26
This commit is contained in:
@@ -70,7 +70,7 @@ def timer(func):
|
|||||||
return inner
|
return inner
|
||||||
@timer
|
@timer
|
||||||
def func1(*args,**kwargs):
|
def func1(*args,**kwargs):
|
||||||
print(args,kwargs)
|
print(*args,**kwargs)
|
||||||
func1('hello world','abc',123,432)
|
func1('hello world','abc',123,432)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user