This website requires JavaScript.
Explore
Help
Sign In
erbrown
/
lab_weather
Watch
1
Star
0
Fork
0
You've already forked lab_weather
generated from
mwc/lab_weather
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
9
Commits
1
Branch
0
Tags
main
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
erbrown
1c3969d348
Checkpoint 2: Each system takes inputs, performs processsing and produces an output in return. The three different scales are composed of smaller components that work together to complete a specific task. It is really cool how everythiing works together to form a whole. Errors may arise within the three different scales that must be fixed in order for it to run properly.
2025-12-14 09:35:01 -05:00
weather
Checkpoint 2: Each system takes inputs, performs processsing and produces an output in return. The three different scales are composed of smaller components that work together to complete a specific task. It is really cool how everythiing works together to form a whole. Errors may arise within the three different scales that must be fixed in order for it to run properly.
2025-12-14 09:35:01 -05:00
.commit_template
Initial commit
2025-08-31 23:50:53 +00:00
.gitignore
Initial commit
2025-08-31 23:50:53 +00:00
friend_functions.py
I am going to run the code to make sure no errors come as I accidently just did mwc submit rather than python test_friend_function.py
2025-12-13 20:54:25 -05:00
people.py
Initial commit
2025-08-31 23:50:53 +00:00
poetry.lock
Initial commit
2025-08-31 23:50:53 +00:00
pyproject.toml
Applying patch
2025-09-29 22:17:22 -04:00
test_friend_functions.py
Uncommanded all tes_friend_functions to make sure all functions work!! No errors arose. I rememeber this from computer science 1. I feel the last function was the most challenging as you needed to created a dic. rather than a list set the {} before to create a dic. I used to += 1 within my function as to help tally the the count of fav. color from a person. That I remember from a previous computer science class as I do not think we have really learned super well here but it is helpful and useful.
2025-12-13 20:58:25 -05:00
Description
No description provided
55
KiB
Languages
Python
100%