#python #anaconda #jupyter-notebook #visual-code #html #css #javascript #http 제목csv파일 읽어올때 궁금한 점이 있습니다.2019-06-07 17:16작성자파아이썬file = open('../../Dataset/Network_Status/무선통신 기술방식별 트래픽 현황.csv', 'r')Traffic_Matrix = []lines = file.readlines()for content in file: Traffic_Matrix.append(content.strip('n').split(','))print(lines)print(Traffic_Matrix)file.close()을 실행하면왜 print(lines)는 파일의 자료를 읽어와서 리스트 형태로 결과를 내놓는데print(Traffic_Matrix)는 결과값이 빈 리스트 []로 나오나요?? 목록수정삭제답변글쓰기 댓글 [1] 댓글작성자(*)비밀번호(*)내용(*) 댓글 등록 더보기이전텀프로젝트 주제 변경 문의어어2019-06-07다음C++ 파일 실행과 결과값 호출에 관해 질문드리고 싶습니다.python_초보2019-06-06 Powered by MangBoard | 워드프레스 쇼핑몰 망보드