0
My script isn't working and I followed it word for word
I'm using Python 3.5 (32-bit) and I keep getting the error; File "<stdin>", line 5 print("Finished!") ^ SyntaxError: invalid syntax
2 Answers
+ 1
Could you paste whole code? Sometimes the error is just before market place. So in yor case it shows on print but just before print you should had for loop ending with colon ":"
0
just give it a tab space before print ...it happens only in loops...