Spaces:
Runtime error
Runtime error
Commit
·
b7a0577
1
Parent(s):
63117b9
Update functions.py
Browse files- functions.py +0 -1
functions.py
CHANGED
@@ -85,7 +85,6 @@ def grading(answers,num_questions,myAnswers):
|
|
85 |
grading.append(0)
|
86 |
wrong_ans.append(x+1)
|
87 |
score = (sum(grading)/num_questions)*100
|
88 |
-
score = str(score)
|
89 |
return score ,wrong_ans
|
90 |
|
91 |
#piksel degerlerinde kullanici cevaplarini
|
|
|
85 |
grading.append(0)
|
86 |
wrong_ans.append(x+1)
|
87 |
score = (sum(grading)/num_questions)*100
|
|
|
88 |
return score ,wrong_ans
|
89 |
|
90 |
#piksel degerlerinde kullanici cevaplarini
|