We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e049ad + 13c3f88 commit 21240a0Copy full SHA for 21240a0
args_kwargs.py
@@ -7,6 +7,7 @@
7
def alias(*args, **kwargs):
8
print('args=', args)
9
print('kwargs=', kwargs)
10
+ return
11
12
alias(3, 23, 3, 3,a='hello',b=3,c='C')
13
0 commit comments