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