Go to file
Cory Dean Chung dc696ef25a Checkpoint 1 commit 2: Wrote get_email.
I got stuck with this in a couple places. The first was just getting
used to the syntax. The second was that I wasn't sure of the
difference between is and ==. Similar to before, I just tested
the specific function in friend_functions.py using the test cases
given and checked what output I was actually getting to figure out
what it was doing, which wasn't always obvious when running
test_friend_functions.py
2023-08-14 14:10:04 -04:00
weather Initial commit 2023-08-01 12:28:30 +00:00
.commit_template Initial commit 2023-08-01 12:28:30 +00:00
.gitignore Initial commit 2023-08-01 12:28:30 +00:00
friend_functions.py Checkpoint 1 commit 2: Wrote get_email. 2023-08-14 14:10:04 -04:00
friend_functions.pyc Checkpoint 1 commit 2: Wrote get_email. 2023-08-14 14:10:04 -04:00
globalize_weather.sh Initial commit 2023-08-01 12:28:30 +00:00
people.py Initial commit 2023-08-01 12:28:30 +00:00
people.pyc Checpoint 1, commit 1: Wrote count_people. 2023-08-14 13:54:08 -04:00
poetry.lock Checpoint 1, commit 1: Wrote count_people. 2023-08-14 13:54:08 -04:00
pyproject.toml Initial commit 2023-08-01 12:28:30 +00:00
test_friend_functions.py Initial commit 2023-08-01 12:28:30 +00:00