User Profile
Collapse
-
Thank you, It is so obvious now. -
How do I set up a while loop to test for more than 1 variable
This works but I want the loop to check for != "B" and != "C" also.Code:errorType = raw_input("Please enter A or B or C as the Error Type: ") while errorType != "A": print "Not valid" errorType = raw_input("Please enter a valid Error Type ")
How do I set it up to do this as I am very new to Python.
No activity results to display
Show More
Leave a comment: