#Author: Andrew Luxton-Reilly #Date: 7/05/06 #Use a variable to keep track of the loop count = 1 #Keep doing the loop until we have reached 10 while (count <= 10): print count count = count + 1