[Python] Tutorial(8) function, default , *args, **kwargs
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