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


data_file=open('/python/email.py')

while 1:
    line=data_file.readline()
    if not line: break
    print(line)

data_file.close()


'Python' 카테고리의 다른 글

threadEx.py  (0) 2015.03.05
cookie.py  (0) 2015.03.05
SimpleServer.py  (0) 2015.03.04
chat_server2.py // chat_client2.py // communication.py  (0) 2015.02.25
pygameScreen.py  (0) 2015.02.20
Posted by af334