Skip to content

Instantly share code, notes, and snippets.

@nfarah86
Created May 18, 2020 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nfarah86/dea06329b25887bb58a0ef74c4a12fb0 to your computer and use it in GitHub Desktop.
Save nfarah86/dea06329b25887bb58a0ef74c4a12fb0 to your computer and use it in GitHub Desktop.
Create a function call make_request
def make_requests():
avg_pm10_data = get_avg_pm10_results()
current_weather_results = get_current_weather_results()
display_data(avg_pm10_data, current_weather_results)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment