|
Re: Snytax error
Post the code, you may find that you missed a ';' on the previous line or the statement you have on one line is not quite correct and so it expects a ';' to mark then end of a statement.
But post you're sections of code where you having prblems with a few lines either side.
Chris
__________________
Who said i couldn't program
sarcasm = raw_input('Type in a sarcastic remark: ')
print sarcasm
|