python coding contest

Shane Hathaway shane at hathawaymix.org
Fri Dec 30 14:15:19 EST 2005


André wrote:
> For the few that might be interested, I will be posting the details of
> a 117 character long solution to the challenge on my blog
> http://aroberge.blogspot.com/.
> 
> Enjoy!

You took advantage of prime numbers, enabling you to extract encoded 
information using a single modulus operation rather than shift and mask. 
  Brilliant strategy.  Congratulations.

Shane



More information about the Python-list mailing list