summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--6.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/6.py b/6.py
index 948f152..cd1fac3 100644
--- a/6.py
+++ b/6.py
@@ -1,3 +1,4 @@
+# pyright: strict
from functools import reduce
from math import floor, sqrt
from operator import mul