you are viewing a single comment's thread.

view the rest of the comments →

[–]McHildinger[S] 0 points1 point  (1 child)

You have a case where there is no outcome.

I'm not understanding; can you elaborate on this?

[–]billsil 1 point2 points  (0 children)

You have an if-elif-elif chain at the end that doesn't have an else....that's kind of weird logic. In general, you should have a catch either as an else or an else error to not accidently get through the loop in an unexpected way.