Mar-08-2019, 03:07 PM
When we have a function like this:
What´s the variable of that input? How can I use it´s value inside that function?
1 2 |
def function(param1, input = ""): ... |