gt; t.write(strng)
> > t.close()
>
> > I'm getting this error:
>
> > : an integer is required
>
> > Where is the mistake?
> > Help me, please!!
>
> Tell us the Python version and give the *full* traceback message, not
> just the la
madigre...@yahoo.gr wrote:
I execute my code in linux environment.
My code is:
from os import *
def insert_text_file(self, strng):
t=open("elements_file.txt", "a")
t.write(strng)
t.close()
I'm getting this error:
: an integer is required
Where is the
madigre...@yahoo.gr wrote:
I execute my code in linux environment.
My code is:
from os import *
def insert_text_file(self, strng):
t=open("elements_file.txt", "a")
t.write(strng)
t.close()
I'm getting this error:
: an integer is required
Where is the
I execute my code in linux environment.
My code is:
from os import *
def insert_text_file(self, strng):
t=open("elements_file.txt", "a")
t.write(strng)
t.close()
I'm getting this error:
: an integer is required
Where is the mistake?
Help me, please!!
-