018 Waylon Walker Author June 14, 2020 1 min read Sending **kwargs ¶ # def func(**kwargs): print(kwargs) # kwargs are a dictionary! >>> func(**{'one':'a', 'two':'b') {'one': 'a', 'two': 'b'} Connections Related tags and posts connected to this entry. Nodes 100 Animate Labels Share this post Twitter Bluesky LinkedIn WhatsApp Facebook Telegram Pinterest Reddit Hacker News Email Copy link