def shut_down(string): if string == "Yes" or "yes" or "YES": return "Shutting down..." elif string == "No" or "no" or "NO": return "Shutdown aborted!" else: return "Sorry, I didn't understand you."
The error is...
Quote
Oops, try again! It looks like the input "No" does not return "Shutdown aborted!"
Yes I have the exclamation point, I really don't have a clue what my issue is. Or it may be the site messing up again, it happen occasionally. Thanks for all help beyond this point!

This post has been edited by DblAAssassin: 28 June 2013 - 11:03 AM