Changes
1 changed files (+2/-1)
-
-
@@ -41,7 +41,8 @@ def run_nl_tests():for line, ans in nl_tests: print(line) for _ in range(5): passes += ans == nl(line, True) if ans == nl(line, True): passes += 1 total = len(nl_tests) * 5. print(passes / total) print((time() - start_time) / total)
-