You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of the get_nearest_fire_station function is to return name, address and phone number of nearest get_police_district function is to return the Durham police district for the user's address.
NOTES:
arguments received will be the user's street address and zip code in string format, followed by latitude and longitude in float format.
return variables should be in string format and in a dict/key value pair
user address will be verified prior to being passed to the function
format for phone numbers should be (xxx) xxx-xxxx
completed code can be added here or in a page named get_police_district in the python or javascript branch
No description provided.
The text was updated successfully, but these errors were encountered: