U E D R , A S I H C RSS

문자반대출력/남상협

소감

  • 아직도 파이썬 함수 좀 쓸라면 찾아 봐야한다. 이놈의 나쁜 기억력.. -_-

코드

~cpp
source = file("source.txt")
fout = file("output.txt",'w')
for line in source.readlines():
    print >> fout,line[::-1]
source.close()    
fout.close()
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2021-02-07 05:29:30
Processing time 0.0073 sec