import CSV

f = open('경로', 'r', encoding='utf-8')    //  'r' -> csv,  'rt' -> txt

// 경로를 작성할때 파일의 인코딩 type을 확인하자

'Python' 카테고리의 다른 글

Python ) Web Crawling(웹 크롤링)  (0) 2022.05.30
Python ) str 관련 함수  (0) 2022.05.30
Python ) dictionary (dict)  (0) 2022.05.30
Python ) tuple (소괄호)  (0) 2022.05.30
Python ) List 자료형(대괄호)  (0) 2022.05.30

+ Recent posts