hey im really new to python so i mess around alot to try to figure things out, i just was trying to test out my knowledge of this so i might be ahead of the gang when we get our next python assignment
what do i need to add to this to make it loop??
this is what i have so far
x=input ("Choose a number:") y=input ("Choose a second number:")
if x==y: print "Finished, they are equal" if x<y: x=x+1 print x