Skip to content

Commit

Permalink
fix: modify the code
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyyyyy authored and TangliziGit committed May 7, 2022
1 parent f319873 commit cea6e17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def finalArray(result,rank):
for ww in range(1,len(rank)+1):
for www in range(len(rank)):
if(rank[www]==ww):
stri="可疑度第"+str(ww)+"的分数为:"+str(result[www])+" 位置为:"+str(www+1)
stri="可疑度第"+str(ww)+"的分数为:"+str(result[www])+"----位置为:"+str(www+1)
finalarray.append(stri)
return finalarray
def writeToFile(finalarray,projectpath):
Expand Down

0 comments on commit cea6e17

Please sign in to comment.