So i feel pretty stupid but I've been stuck on this task forever and I honestly don't know how to fix it or what's wrong with it. I've changed it so much in the process of trial and error I think only errors are left and I'm more confused now than when I started. So I'm supposed to get a user's input and as long as the input isn't equal to 'John', it should keep asking, if it is, it should stop the loop and print out all incorrect input. But I'M STUCK. Please be patient and help this idiot...i know I didn't define a list because I don't know how I should in this example. what do i do next?
name='John'
your_name=''
while (your_name!= name):
your_name=(raw_input("Enter your name?"))
if your_name==name: