Skip to content

Commit 21240a0

Browse files
committed
Merge pull request tanteng#4 from xiaoxiaoyao/patch-1
函数结尾加return
2 parents 3e049ad + 13c3f88 commit 21240a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

args_kwargs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
def alias(*args, **kwargs):
88
print('args=', args)
99
print('kwargs=', kwargs)
10+
return
1011

1112
alias(3, 23, 3, 3,a='hello',b=3,c='C')
1213

0 commit comments

Comments
 (0)