"Hugo Arts" <[email protected]> wrote
print letter, ' ',
You don't need the space, Python automatically inserts a space instead of the newline when you use the comma.
-- Alan G Author of the Learn to Program web site http://www.alan-g.me.uk/l2p/ _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
