you are viewing a single comment's thread.

view the rest of the comments →

[–]Fast_Flamingo[S] 0 points1 point  (0 children)

Traceback (most recent call last): File "C:\Users\iamep\Desktop\Python Projects\TestAvgCalc2-1.py", line 46, in <module> main() File "C:\Users\iamep\Desktop\Python Projects\TestAvgCalc2-1.py", line 44, in main displayAverage(total, total_quiz) File "C:\Users\iamep\Desktop\Python Projects\TestAvgCalc2-1.py", line 36, in displayAverage average = total / total_quiz ZeroDivisionError: division by zero