016 Waylon Walker Author June 14, 2020 1 min read Recieving **kwargs ¶ # def funnc(**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