Newbie question

Lloyd Zusman ljz at asfast.com
Tue Apr 16 14:24:21 EDT 2002


Slight correction ...

Paul Osman <paul.osman at sympatico.ca> writes:

> [ ... ]
>
> <code>
> num = 5
> def dummy():
>     newnum = num + 5
>     return num
> </code>
> 
> [ ... ]

I think that you meant to type this:

    return newnum

-- 
 Lloyd Zusman
 ljz at asfast.com



More information about the Python-list mailing list