Commit Graph

6 Commits

Author SHA1 Message Date
Chris Mekelburg 6fd2c1c876 Checkpoint 2
All 3 systems (functions, programs, and distributed services) all rely on
taking arguments/inputs (whether simple or complex) and passing them
through computer code to give some type of output.
Also each level relies on the previous level, so programs contain
functions, and distributed services contain programs which contain
unctions. The biggest difference is the scale on which they are used,
functions being the smallest and distributed services being the largest.
2024-10-22 21:26:19 -04:00
Chris Proctor 2d43c5b6fe Applying patch 2024-10-22 13:08:45 -04:00
Chris Mekelburg 67252a5aca having trouble with location
still having trouble with location, the rest seems to be working
2024-10-21 21:12:07 -04:00
Chris Proctor 47b8a5b675 Update relative imports 2024-10-21 10:42:53 -04:00
Chris Mekelburg bd5373efd9 some help as I work thorugh weather.py
Submitting for some help on the weather.py file. It is not printing the
help for me nor letting me input a location with -h or -l as I mentioned
on Discord.
2024-10-20 19:48:33 -04:00
cmekelburg 1799c59fe4 Initial commit 2024-08-27 23:08:27 +00:00