# 0114.py def f (**tab): print tab f(u=4,v=6,n=13) # {'n': 13, 'u': 4, 'v': 6}