Review 4 - Python File I/O
https://eglife.tistory.com/67 Review 3 - Loop & Set,Tuple,Dictionaries,Mutabilityhttps://eglife.tistory.com/66 Review 2 - Python의 기본 Module , Classhttps://eglife.tistory.com/65 Review 1 - Python programming basics프로그래밍은 안 쓰다 보면 까먹는다. 더군다나 전공자가 아니면 정말 1~2주만 정신 놓eglife.tistory.com 이번엔 Python으로 File I/O (input / Output) 하는 것을 Review해보려고 한다. file에서 input을 받아오고(read), 파이썬으로 작업한 것들 file에 output으로 writ..