# Modify Evenness Function Modify your code from [Evenness Function](evenness-function.md). The program requires the user to enter a number. Handle the error that happens when the user types in an invalid number like `"hello"`. Trap the user in a validation loop as long as they don't enter a valid number. --- ©2021 Daniel Gallo

This work is licensed under Attribution-NonCommercial-ShareAlike 4.0 International