Duck typing alows true polymorfisim

Terry Reedy tjreedy at udel.edu
Fri Aug 25 17:11:45 EDT 2006


"David Ells" <ells.david at gmail.com> wrote in message 
news:1156534086.698353.81850 at m73g2000cwd.googlegroups.com...
> def increment(x):
>    return x += 1

'return x+1' works better ;-)

tjr






More information about the Python-list mailing list