what does ` ` do in ' '.join([`x * x` for x in range(1, 6)])?

process circularfunc at gmail.com
Fri Sep 26 22:39:49 EDT 2008


' '.join([`x * x` for x in range(1, 6)])

exactly what does this symbol do and what does it stand for?



More information about the Python-list mailing list