Please hear my plea: print without softspace

Carmine Noviello cnoviello at hotmail.com
Sat Feb 28 07:01:40 EST 2004


def pprint(*args):
    txt = ""
    for a in args:
       txt += str(a)
    print txt

Is it ok?

-- 
Don't you know why your Python application has crashed? 
Take a look to http://www.pycrash.org


-- 
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG



More information about the Python-list mailing list