python gripes survey

Jordan Krushen jordan at krushen.com
Mon Aug 25 14:35:39 EDT 2003


On Mon, 25 Aug 2003 18:32:35 GMT, Jordan Krushen <jordan at krushen.com> 
wrote:

> def f(x, y, z):
> return(z, y, x)
>
> a, b, c = f()

Woops.  Make that a, b, c = f(1, 2, 3)

> print a, b, c        # 3 2 1

J.




More information about the Python-list mailing list