Hello ive recently made a program that uses fs.open()...
The program basicly is
i = fs.open("startup","w")
i.write("print("dog")")
i.close()
Now the problem is, it comes with error, that at line 2 ")" was expected. I have no clue how to fix that...
Any solutions?
fs.open() Help [Error]
Started by shipmaster4000, Jul 04 2012 09:02 AM
4 replies to this topic
#1
Posted 04 July 2012 - 09:02 AM
#2
Posted 04 July 2012 - 10:42 AM
u have missed an end bracket ) check ur code
is that your code or is that example of your code cause really u should use the code button just below smileys
i = fs.open("startup","w")
i.write("print"("dog"))
i.close()
try that not sure thoughis that your code or is that example of your code cause really u should use the code button just below smileys
#3
Posted 04 July 2012 - 10:56 AM
Deathknight0897, on 04 July 2012 - 10:42 AM, said:
u have missed an end bracket ) check ur code
is that your code or is that example of your code cause really u should use the code button just below smileys
i = fs.open("startup","w")
i.write("print"("dog"))
i.close()
try that not sure thoughis that your code or is that example of your code cause really u should use the code button just below smileys
i = fs.open("startup","w")
i.write("print("dog")")
i.close()
#4
Posted 04 July 2012 - 11:03 AM
smile and wave boys smile and wave
/>
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












