Closed ve1dx closed 2 years ago
Because Python passes by reference, there's no reason to use different variable names in the function call and function header. Things like loc, locn, location, mnth, month, etc., should be standardized.
Made variable names more consistent and readable.
Because Python passes by reference, there's no reason to use different variable names in the function call and function header. Things like loc, locn, location, mnth, month, etc., should be standardized.