[Tutor] beginner question

djuro dmandini@inet.hr
Sun Dec 29 09:02:03 2002


Hello!

One easy question please.

How to fix this piece of code to print list elements horizontal on screen?

###
list = [1,2,3,4,5]

for i in list:
    print i

###

Regards

Djuro