Python Love :)

Paul Rubin http
Mon Mar 13 12:57:41 EST 2006


rtilley <rtilley at vt.edu> writes:
> a_string.reverse	(ruby)
> a_string[::-1]		(python)

reversed(a_string)     (python)



More information about the Python-list mailing list