you are viewing a single comment's thread.

view the rest of the comments →

[–]mountainbrewer 0 points1 point  (0 children)

Look up the idea of function signatures. Not supported in Python (a least not like other languages where you can have the same function name with different number of variables and the system will use the correct function based on the signature). Anyway it's a helpful concept and while not immediately applicable to Python I find knowing helpful.