2015. 3. 8. 04:04
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.


file1=open('/python/email.py',"r")


while 1:
    s=file1.read()
  
    if not s :break
    print(s)
    repr(s)

    open('/python/newnew.py','w').write(s)
   
   

'Python > Python 3.x' 카테고리의 다른 글

threading  (0) 2015.05.08
unixCommand.py  (0) 2015.04.03
mmapFork.py  (0) 2015.03.06
mmapTest.py  (0) 2015.03.06
xmlDom.py  (0) 2015.03.06
Posted by af334