Skip to content

isSnowDay #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
alexanderGGreenberg opened this issue Mar 7, 2018 · 0 comments · May be fixed by #70
Open

isSnowDay #33

alexanderGGreenberg opened this issue Mar 7, 2018 · 0 comments · May be fixed by #70
Labels
Easy enhancement New feature or request

Comments

@alexanderGGreenberg
Copy link
Contributor

alexanderGGreenberg commented Mar 7, 2018

Implement the funciton in src/isSnowDay.py with the following specification:

given a list of numeric values for inches of snow, return a list indicating whether Cornell would have a snowday
rule: 4 inches = snowday. nothing more. nothing less.
ex. [0, 8, 4, 999], return [False, False, True, False]

@joelahoover joelahoover added enhancement New feature or request Easy labels Mar 7, 2018
nataly-r pushed a commit to nataly-r/Spring_2018_WICC_OSC that referenced this issue Mar 7, 2018
@nataly-r nataly-r linked a pull request Mar 7, 2018 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Easy enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants