9 02:38 PM
To
Tutor@python.org
cc
Subject
[Tutor] HELP ON A ANAGRAM PYTHON PROGRAM
I made this program but it says that there is an error and I have a hard
time trying to solve the problem with program. Here is the program:
#this reads all of the words in the file into a list
infile = ope
On Mon, Mar 9, 2009 at 10:38 AM, jessica cruz wrote:
> I made this program but it says that there is an error and I have a hard
> time trying to solve the problem with program.
> :
> I don't know how to figure out the error since the only message that I get
> is that "there's an error: inva
On Mon, Mar 9, 2009 at 1:38 PM, jessica cruz wrote:
> I don't know how to figure out the error since the only message that I get
> is that "there's an error: invalid syntax"
Please copy & paste the whole error message including the traceback so
we know where the error is.
Kent
_
I made this program but it says that there is an error and I have a hard time
trying to solve the problem with program. Here is the program:
#this reads all of the words in the file into a list
infile = open('/afs/cats/courses/cmps012a-cm/pa1/wordList.txt')
wdcount = int(infile.readline()) #firs