Marc 'BlackJack' Rintsch a écrit : (snip) > > Okay, let's start with writing a simple text processor for this little > mess:: > > def b(c): > def d(r, *s, **t): > print '***' > c(r, *s, **t) > return d > > What a nice, readable, highly pythonic code... (snip) -- http://mail.python.org/mailman/listinfo/python-list
- Re: noob question: "TypeError" wrong number ... Bruno Desthuilliers
- Re: noob question: "TypeError" wrong nu... Ben Finney
- Re: noob question: "TypeError" wrong nu... Ben Finney
- Re: noob question: "TypeError" wrong nu... Edward Elliott
- Re: noob question: "TypeError" wrong nu... Edward Elliott
- Re: noob question: "TypeError" wrong nu... Edward Elliott
- Re: noob question: "TypeError" wron... Ben Finney
- Re: noob question: "TypeError" wron... Edward Elliott
- Re: noob question: "TypeError" ... bruno at modulix
- Re: noob question: "TypeError&qu... Edward Elliott
- Re: noob question: "TypeErr... bruno at modulix