Skip to content

Commit

Permalink
quiz modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Alter-Sitanshu committed Jun 5, 2024
1 parent 9d2595d commit a4baf71
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions quiz.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,9 @@ def still_has_questions(cls) -> bool:
true_button.grid(column=0, row=2, pady=30)
false_button.grid(column=1, row=2, pady=30)

QuizBrain.next_question()
screen.mainloop()
def main():
QuizBrain.next_question()
screen.mainloop()

if __name__ == "__main__":
main()

0 comments on commit a4baf71

Please sign in to comment.