[Tutor] Stuck on error

Steven D'Aprano steve at pearwood.info
Sun Dec 22 12:07:07 CET 2013


Please help us to help you. When you have a bug you want help with, post 
the ENTIRE error message, starting from the line 

    Traceback (most recent call last)

all the way to the end. Do not re-type it, copy and paste it.

>     Game + z = N1 + N2 + N3 + N4 + N5 + MB

This line doesn't make any sense. What are you trying to do with it? You 
can't have an operator like + or - (plus or minus) on the left hand side 
of an assignment. Explain in words what you hope to do in this line of 
code, and we'll see if we can help fix it.


-- 
Steven


More information about the Tutor mailing list