inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

정현석님의 게시글

정현석 정현석

@specialzoker1534

수강평 작성수
-
평균평점
-

게시글 3

질문&답변

split

에러납니다 ㄷㄷㄷ

좋아요수
0
댓글수
7
조회수
384

질문&답변

split

AttributeError Traceback (most recent call last) in 3 with ole . open ( './data/입사지원서.hwp' ) as f : 4 print ( f . get_stream ( 'PrvText' ) . read ( ) . decode ( 'utf-16le' ) ) ----> 5 splitdata = [ i . strip ( ) for i in data . split ( '> ) . split ( ' ) . split ( '>' ) ] 6 #splitdata = data.split('> 7 AttributeError : 'list' object has no attribute 'split'

좋아요수
0
댓글수
7
조회수
384

질문&답변

split

split을 하지 않았을때 '> ' \r\n \r\n \r\n \r\n 요렇게 나옵니다 중간에 >\r\n

좋아요수
0
댓글수
7
조회수
384