Re: [Tutor] Anagram creator

2008-12-28 Thread spir
Le samedi 27 décembre 2008 à 19:32 -0500, btk...@email.unc.edu a écrit : > Hi everyone, > > I'm having trouble with an anagram generating program that I am writing > in Python. My output is not what it should be and I think the reason > has something to do with my helper functions creating a re

[Tutor] Anagram creator

2008-12-27 Thread btkuhn
Hi everyone, I'm having trouble with an anagram generating program that I am writing in Python. My output is not what it should be and I think the reason has something to do with my helper functions creating a reference to a dictionary each time it is called rather than a new "clone" dictionar