QuantEcon / lecture-python-programming.myst

Python Programming for Finance and Economics
https://python-programming.quantecon.org
43 stars 26 forks source link

[More Language Features] Add Splat Operator, *args, and **kwargs to Lecture 17 #257

Closed HumphreyYang closed 1 year ago

HumphreyYang commented 1 year ago

Adding a new section on Splat Operator, *args, and **kwargs in lecture 17.