process wrote:
> ' '.join([`x * x` for x in range(1, 6)])
> 
> exactly what does this symbol do and what does it stand for?

Ah, just spotted the backticks - they just return whatever's inside them
as a string.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to