So trying it out now.
print "Hello World"
for i in range(10):
print i,
Well this works nicely.
For more information about how to set it up, please follow it at:
http://lukabloga.blogspot.com/2008/10/to-test-new-highlighting.html
A blog of what I have learnt while programming over the years.
print "Hello World"
for i in range(10):
print i,