An extraordinarily stupid question

Brian Lenihan brian_l at yahoo.com
Sat Apr 20 03:55:14 EDT 2002


Shane Hoversten <srh232 at nyu.edu> wrote in message news:<3CC0D892.2060006 at nyu.edu>...
> Hi -
> 
> 	This is really dumb, but I just want to print out a character without a 
> newline and without a space behind it.  You can't do:

import sys
sys.write(c)



More information about the Python-list mailing list