[Baypiggies] Code/Idea Review (WARNING: SPOILER)

Dennis Reinhardt DennisR at dair.com
Sat Dec 15 21:05:00 CET 2007


Seems correct but hard to read and understand what you are doing.  How about

trans_table = string.maketrans (
    "abcdefghijklmnopqrstuvwxyz",
    "cdefghijklmnopqrstuvwxyzab",
    )


Ooops ... ignore the trailing ","
  ---------------------------------
| Dennis    | DennisR at dair.com    |
| Reinhardt | http://www.dair.com |
  ---------------------------------



More information about the Baypiggies mailing list