5 lines
49 B
Python
5 lines
49 B
Python
|
|
||
|
|
||
|
def kwtest(*args, **kwargs):
|
||
|
return kwargs
|