Omitting Argument Labels If you don’t want an argument label for a parameter, write an underscore ( _ ) instead of an explicit argument label for that parameter. // refer to the argument values for the first and second parameters.
Omitting Argument Labels If you don’t want an argument label for a parameter, write an underscore ( _ ) instead of an explicit argument label for that parameter. // refer to the argument values for the first and second parameters.