parent
d4ed9c7ded
commit
b6042cf70d
|
@ -61,7 +61,7 @@ def calc(*args, **kwargs):
|
|||
result += arg
|
||||
for value in kwargs.values():
|
||||
result += value
|
||||
return total
|
||||
return result
|
||||
|
||||
|
||||
print(calc()) # 0
|
||||
|
|
Loading…
Reference in New Issue