jie1 commited on
Commit
59aeb49
1 Parent(s): 097a0db

Update Sort_Scores.py

Browse files
Files changed (1) hide show
  1. Sort_Scores.py +2 -1
Sort_Scores.py CHANGED
@@ -32,4 +32,5 @@ def Sort_Scores(file):
32
  f.write(contents[sorted_id[i] * 2 + 2])
33
  # 由于文件前两行未参与排序,所以索引要+2
34
  f.write(contents[sorted_id[i] * 2 + 2 + 1])
35
- return na
 
 
32
  f.write(contents[sorted_id[i] * 2 + 2])
33
  # 由于文件前两行未参与排序,所以索引要+2
34
  f.write(contents[sorted_id[i] * 2 + 2 + 1])
35
+ results = j_reads(na)
36
+ return na, results