From 82dfcf298ea38a63545a2ed511e58a8062a7bf60 Mon Sep 17 00:00:00 2001 From: Joshua Randall <jranda10@emich.edu> Date: Tue, 1 Oct 2024 10:42:29 -0400 Subject: [PATCH] Revert "comments" This reverts commit 6d6cda47231f8846e5cdec09743bc2e04905460d. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 58bfad1..fd5f6e4 100644 --- a/main.py +++ b/main.py @@ -31,7 +31,7 @@ scoreDefault = 100 # What the score is out of title = "Name of Assignment" -# Default points stored for each run. Each list entry is a run. A default run score of 0 allows extra credit. +# Default points stored, 0 default for extra credit. defaults = [10,15,20,0] -- GitLab