#!/usr/local/bin/python3 def foo(**kwd): return kwd print(foo(a=1, b=2, c=3))