Hi,
when I write
[color=blue][color=green][color=darkred]
>>> print 'abc', 'def',
>>> print 'ghi'[/color][/color][/color]
I get the output 'abc def ghi\n'.
Is there a way to manipulate the print
statment that I get for example:
'abc, def, ghi\n'
I mean: can I substitute the ' ' separator produced from
the comma operator by a e.g. ', ' or something else?
Thanks in advance.
Bertram
--
Bertram Scharpf
Stuttgart, Deutschland/Germany
Comment