course=int(raw_input("What level is your course, 5/6? "))
Finishing off an assignment, how would I have it set so that if 5 or 6 are not entered it will ask the question again as they are the only two possible answers, Struggling to create an if loop that can have more then one condition, any help would be appreciated, thanks!