Hello everyone, i'm working on a project and everything is going quiet
well.
ok when my code is like this everything works well
#/usr/bin/python
input = raw_input(">> ").replace(',','\n')
a=open("file","w")
a.write(input)
a.close()
import sys,os,time,subprocess,threading,readline,socket,ifc
but th
On Jun 10, 1:33 am, Steven D'Aprano wrote:
> On Wed, 09 Jun 2010 16:44:10 -0700, z00z wrote:
> > ok when my code is like this everything works well
>
> > #/usr/bin/python
> > input = raw_input(">> ").replace(',','\n')
> > a=o
On Jun 10, 1:33 am, Steven D'Aprano wrote:
> On Wed, 09 Jun 2010 16:44:10 -0700, z00z wrote:
> > ok when my code is like this everything works well
>
> > #/usr/bin/python
> > input = raw_input(">> ").replace(',','\n')
> > a=o