While I was at Tri-tech I had to complete this in order to contiue on to my own projects.
This was not a challenge at all, considering I had been using Python for quite a while beforehand. I was able to knock it out pretty quickly to get to my projects.
It starts a for loop to print "Hello World!" 9 times.
for x in range(0,9):
print("Hello World!")