fix
This commit is contained in:
parent
a061359a3e
commit
2d28b5271b
@ -15,7 +15,7 @@ with open("results.txt", "r", encoding='utf-8') as ins:
|
||||
if substitutions==0 and deletes==0 and inserts==0:
|
||||
corrects = corrects + 1
|
||||
|
||||
srr = corrects / sum(wars)
|
||||
srr = corrects / len(wars)
|
||||
print(srr)
|
||||
|
||||
war_avg = sum(wars) / len(wars)
|
||||
|
Loading…
Reference in New Issue
Block a user