5 lines
217 B
Plaintext
5 lines
217 B
Plaintext
|
|
define CHARACTERS = {"hermione", "tonks", "astoria", "cho", "luna", "susan", "hooch"}
|
|
define SAYERS = {i[:3]:i for i in CHARACTERS}
|
|
define ALLOWED_CHARACTERS = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz "
|