Home
Press ? for keyboard navigation
❮
Python function arguments - a reminder
Variable length argument list with * and **
❯
Functions with unknown number of argumerns
sum(a, b, c, ...)
reduce(function, a, b, c, ...)
report (function, foo = 23, bar = 19, moo = 70, ...)
report (function, a, b, c, ..., foo = 23, bar = 19, moo = 70, ...)
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)