You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the funciton in src/snow.py with the following specification:
Snow falls unevenly on Cornell's campus.
Your objective is, given a dictionary of Cornell
buildings and their respective snowfall in inches,
return the building that experienced the most snowfall
Example input: {Uris: 5, Gates: 3.4, Philips: 7.9}
Example output: Philips
The text was updated successfully, but these errors were encountered:
Implement the funciton in
src/snow.py
with the following specification:The text was updated successfully, but these errors were encountered: