dev/python
파일 I/O
temp_information
2018. 2. 2. 20:34
한번에 파일 읽기
open(path, 'r').read().splitlines()
한번에 파일 읽기
open(path, 'r').read().splitlines()