OpenSourceCornell / Spring_2018_WICC_OSC

The Git Workshop for the Spring 2018 WICC and Open Source Cornell Introduction to Open Source event.
1 stars 21 forks source link

snow #46

Open alexanderGGreenberg opened 6 years ago

alexanderGGreenberg commented 6 years ago

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

thejxp commented 6 years ago

🙋🏻