Re: python coding contest
- From: Simon Hengel <simon@xxxxxxxxxxxx>
- Date: Mon, 26 Dec 2005 03:33:19 +0100
> Is it necessary to keep the input parameter as 'input'? Reducing that to
> a single character drops the length of a program by at least 8
> characters. Technically it changes the interface of the function, so
> it's a little bogus, but test.py doesn't check. (Personally I prefer
> that if be illegal, but if it's legal I'll have to do it).
You may change input to something more short, like x. Everything that
passes the test, has a good chance to be accepted.
Cheers,
Simon Hengel
--
python coding contest - http://www.pycontest.net/
.
- Follow-Ups:
- Re: python coding contest
- From: Peter Otten
- Re: python coding contest
- References:
- Re: python coding contest
- From: Simon Hengel
- Re: python coding contest
- From: Steven D'Aprano
- Re: python coding contest
- From: rbt
- Re: python coding contest
- From: Steven D'Aprano
- Re: python coding contest
- Prev by Date: Re: python coding contest
- Next by Date: Re: python coding contest
- Previous by thread: Re: python coding contest
- Next by thread: Re: python coding contest
- Index(es):
Relevant Pages
|