Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 백준
- github
- 자연어처리
- 파이썬
- programmers
- Baekjoon
- 캐치카페
- 코로나19
- hackerrank
- 프로그래머스
- dacon
- 편스토랑 우승상품
- 우분투
- 프로그래머스 파이썬
- ubuntu
- AI 경진대회
- Git
- Kaggle
- 더현대서울 맛집
- 맥북
- 편스토랑
- Real or Not? NLP with Disaster Tweets
- 데이콘
- 금융문자분석경진대회
- SW Expert Academy
- Docker
- leetcode
- gs25
- PYTHON
- ChatGPT
Archives
- Today
- Total
목록
반응형
with open Error (1)
반응형
솜씨좋은장씨
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/W6MOV/btrGlUx5UJD/uWxcfrxYM6KzMtXJjnmuK1/img.png)
👨🏻💻 발생 에러 with open(test_path, 'r', 'cp949') as f: test_result = f.readlines() --------------------------------------------------------------------------- TypeError Traceback (most recent call last) in 3 print(test_path) 4 ----> 5 split_test_result_for_mrc_passage(test_path=test_path) in split_test_result_for_mrc_passage(test_path) 1 def split_test_result_for_mrc_passage(test_path): ----> 2 wit..
Programming/Python
2022. 7. 4. 00:26
반응형