At the end of this lesson, you will be able to:
count = 0
while (count < 9):
print 'The count is:', count
count = count + 1
print "Good bye!"