1 posts
Posted 22 November 2013 - 03:34 PM
After exiting startup and reboot the pc, I get:
8543 posts
Posted 22 November 2013 - 04:18 PM
Sooo… Post your startup file maybe?
1140 posts
Location
Kaunas, Lithuania
Posted 22 November 2013 - 05:08 PM
It already says what's the problem: you have started a string on line 5 and didn't close it. Allways read errors, they allways say what is wrong with your code and the line of your program in which that error occured.
571 posts
Location
Some Fish Bowl in Ohio.
Posted 22 November 2013 - 05:31 PM
You have this problem.
--#Possible problem 1
print"No quote --#Forgot the end quote
--#Possible problem 2
print("No end parenthese" --#Forgot the end parenthese