Skip to content

August 31, 2019

[Python] Tutorial(8) function, default , *args, **kwargs

Last Updated on 2021-04-09 by Clay

The previous tutorial teach how to create a basically function. Today I note a skill I rarely to use, the value we will give function: default, *args, **kwargs.

The explanation part will a bit in my way, I guess you go trying more different code, don’t care about my nonsense. Hahahahaha.

Read More »[Python] Tutorial(8) function, default , *args, **kwargs