From d1327e31d96dc7b6bc24e43b16bb63fb85accc6a Mon Sep 17 00:00:00 2001 From: mbhatti4 Date: Sun, 26 Oct 2025 18:28:43 -0400 Subject: [PATCH] All three of these systems utilize lists and dictories, or things similar to them to tranfer or organize data. All three take something (arguments or requests) and can produce soemthing else in return with Internet. All three are also able to allow you to build more complex things. You can reuse functions, or programs to make more complex programs. You can can take from one service and make another more complex service with it. --- weather/weather.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/weather/weather.py b/weather/weather.py index 75fd2f6..8a8110a 100644 --- a/weather/weather.py +++ b/weather/weather.py @@ -22,3 +22,7 @@ def print_weather(location=None, metric=False, verbose=False): When verbose is True, prints out a more detailed report. """ print("Not finished...") # YOUR CODE HERE! + + + +