Great! It's been solved. The line, as Glaudio said has a "," at the end and that makes it go onto one line, thanks so much man!
var = 0
while <= 5:
print a[t[var]],
var = var +1
prints perfectly, thanks so much guys.
--
http://mail.python.org/mailman/listinfo/python-list
