On Sat, 31 Aug 2013, candide wrote:
# -----------------------------
for i in range(5):
   print(i, end=' ')   # <- The last ' ' is unwanted
print()
# -----------------------------

Then why not define end='' instead?

-W
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to