DMVance / letter-naming-fluency-generator

Letter naming fluency is a great indicator of risk and a strong predictor of reading success for young students. This app generates lists of letters that educators can use in the classroom for this important assessment.
0 stars 0 forks source link

Correctly use exception handling when user inputs invalid selection. #4

Closed DMVance closed 3 years ago

DMVance commented 3 years ago

Use try-except and execute appropriate action when entry is invalid.

DMVance commented 3 years ago

Successfully implemented exception handling.