015 Waylon Walker Author June 14, 2020 1 min read ** Recieving *args ¶ # def funnc(*args): print(args) # args are a list! >>> func('a', 'b', 'c') ['a', 'b', 'c'] order matters 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