Unpack args into a call
Section: Functions
Unpack args into a call
python
python
coords = (10, 20)
style = {"color": "red"}
plot(*coords, **style)Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Functions