Converting an intergar to a string

Jeremy Lunn aussiepenguin at yahoo.com
Fri Dec 31 00:48:28 EST 1999


That fixed that problem.  Now would it be possiable to do the opposite
and covert an interger to a string so that it can work like this:
print 'some text'+num+'some text' ?

Thanks,

Jeremy

On Thu, Dec 30, 1999 at 10:32:21PM -0500, Darrell wrote:
> Try this.
> 
> num = string.atoi( urlargs["num"].value)
> 
-- 
Jeremy Lunn
Melbourne, Australia
ICQ: 19255837




More information about the Python-list mailing list