質問編集履歴

1

教えていただいた方ありがとうございます!ですがまた違うエラーが出てしまいました…

2021/12/12 17:18

投稿

kan0203
kan0203

スコア6

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  ```
14
14
 
15
- SyntaxError: unexpected EOF while parsing
15
+ IndexError: list index out of range
16
16
 
17
17
  ```
18
18
 
@@ -50,7 +50,7 @@
50
50
 
51
51
  print(cos_sort[i])
52
52
 
53
- print(documents[doc_sort[i]]
53
+ print(documents[doc_sort[i]])
54
54
 
55
55
  ```
56
56