Skip to content

isSnowDay #33

@alexanderGGreenberg

Description

@alexanderGGreenberg

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions