def f(**kwargs): print(kwargs.get("test")) def g(x): f(**x) g({"test": "Hello!"})
Standard input is empty
Hello!
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!