Skip to content

Commit 55ba57d

Browse files
Update ArgsKwargs.py
1 parent 963b7b0 commit 55ba57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Beginers/Functions/ArgsKwargs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Understanding Args and Kwargs
33
4-
What will be the output from the following functions and why
4+
What will be the output from the following function calls
55
"""
66

77
def f(x, y, z):

0 commit comments

Comments
 (0)