**kwargs
Variable keyword args.
💡 THINK OF IT LIKE…
▸ YOUR TURN
Write: def show(**kwargs): print(kwargs)
Tab indent · Shift+Tab outdent · ⌘/Ctrl + Enter submit · auto-pairs ( [ { " '
Click 'Run code' to execute your code in a real sandbox.
Variable keyword args.
Write: def show(**kwargs): print(kwargs)
Click 'Run code' to execute your code in a real sandbox.