Go to file
Seoyeon Lee ba85b536e3 I started with if verbose and tried to think how to show less information. I used else and use the first item in the list, which is today's weather, only.
The three systems having commonality in the way they transfer data between each other using list and dictionary.
2024-12-07 00:53:38 -05:00
weather I started with if verbose and tried to think how to show less information. I used else and use the first item in the list, which is today's weather, only. 2024-12-07 00:53:38 -05:00
.commit_template Initial commit 2024-08-28 15:02:49 +00:00
.gitignore Initial commit 2024-08-28 15:02:49 +00:00
friend_functions.py One fuction was supposed to bring all the information about person, not just name. Email and color need to be shown too. So, I fixed this. 2024-12-06 23:56:56 -05:00
globalize_weather.sh Initial commit 2024-08-28 15:02:49 +00:00
people.py Initial commit 2024-08-28 15:02:49 +00:00
poetry.lock Initial commit 2024-08-28 15:02:49 +00:00
pyproject.toml Add weather package 2024-10-21 10:56:25 -04:00
test_friend_functions.py Initial commit 2024-08-28 15:02:49 +00:00