This commit is contained in:
David Halter
2012-11-02 17:01:33 +01:00
parent 1fa0230339
commit 948b72d27f
2 changed files with 7 additions and 1 deletions

View File

@@ -188,6 +188,11 @@ exe['b']
#? int() float()
exe['c']
exe2 = kwargs_func(**{a:3,
b:4.0})
#? int()
exe2['a']
# -----------------
# *args / ** kwargs
# -----------------