[cse491] hw2 syntax error

C. Titus Brown ctb at msu.edu
Tue Sep 2 11:59:42 PDT 2008


On Tue, Sep 02, 2008 at 02:54:24PM -0400, Edward Waller wrote:
-> So in the tests there's the code
-> 
-> x = [ i, j, k for (i, j, k) in zip(primer, primer, range(5)) ]
-> 
-> which results in a syntax error, so I replaced it with
-> 
-> x = [ (i, j, k) for (i, j, k) in zip(primer, primer, range(5)) ]
-> 
-> to get it to work.  If anyone else is having trouble with that syntax  
-> error that should fix that problem.

Whoops, sorry -- I fixed that in the version I tested, but not in
the version I posted :).  I also fixed a few other things on the version
posted on the Web site, at

	http://ged.msu.edu/courses/2008-fall-cse-491/hw-2.txt

My apologies!

cheers,
--titus
-- 
C. Titus Brown, ctb at msu.edu



More information about the cse491-fall-2008 mailing list