I am trying to skip parameters while calling a function. Could you please help me how to do this?
Example:
I have to call below function which is having 3 parameters:
send_mail(audit_df, LOG_FILE, Duration)
I have to call above function to skip 1st and 3rd parameters. How can i do this?