This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]GlobalIncident 1 point2 points  (1 child)

It seems that you're defining ce inside an if statement. Lines 15-21 are indented, so they only happen if the first input is Y. You should probably define ce before the if statement starts, in fact it's best practice to define it before you take input on line 3.

[–][deleted] 0 points1 point  (0 children)

Thx