@nergdron Say you have this code:
i = 0while i < 10:i += 1print "hello!"
Is the print statement in the while or not?