On Sep 28, 2:42 pm, Franck Ditter <fra...@ditter.org> wrote:
> Hi !
> Here is Python 3.3
> Is it better in any way to use print(x,x,x,file='out')
> or out.write(x) ? Any reason to prefer any of them ?
> There should be a printlines, like readlines ?
> Thanks,
>
>     franck

There is

out.writelines(lst)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to