Re: generate HTML
- From: "Jim" <jhefferon@xxxxxxxxx>
- Date: 15 Nov 2005 05:14:49 -0800
Perhaps you are trying to do this:
'text to go here: %s' % ('text',)
? For that you need a double-quoted string:
"text to go here: %s" % ('text',)
(or triple-doubles: """ .. """ as you noted).
Jim
.
- References:
- Re: generate HTML
- From: s99999999s2003
- Re: generate HTML
- Prev by Date: RE: Is Python worth it??
- Next by Date: Re: 3-dimensional plot in Python?
- Previous by thread: Re: generate HTML
- Next by thread: Re: generate HTML
- Index(es):