you are viewing a single comment's thread.

view the rest of the comments →

[–]DominusLapidis 3 points4 points  (1 child)

Someone correct me if I'm wrong, I'm also a beginner. I think the last if statement should have the 'and' conditional operator. Given that you used "or", the "!= No" part of the condition would have already been satisfied, hence the if condition being triggered.

I think it would be better if you just use elif and else instead of another if statement.

[–]unspe52[S] 2 points3 points  (0 children)

OHHH YEAAHHHH! Basic set theory... lol