get_state_postal_code# get_state_postal_code(state_location, country_location)[source]# Get the state postal code. Parameters: state_location (string) – name of the state country_location (string) – name of the country the state is in Returns: A postal code for the state_location. Return type: str