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

r0g aioe.org at technicalbloke.com
Sat Sep 27 01:55:07 EDT 2008


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


Which symbol, the '*' ???

Are you kidding?



More information about the Python-list mailing list