based on this question... first answer...second code
Python -- Only pass arguments if the variable exists
is there a way I can handle any number of arguments even it is 12 for example ....
to make more clear...
if I have 10 optional parameter function and user didn't provide one argument or 9 argument it still work
( if A user didn't provide a parameter argument it will ignore that or any other optional arguments )
thank you ❤