Skip to content

Commit 19d6883

Browse files
Update math-code-test-a.py
1 parent 1645483 commit 19d6883

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

math-code-test-a.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def step18(code):
178178
import re
179179
print(" ")
180180
code_count=0
181-
code = In[-1].split('# Only change code above this line')[0];
181+
#code = In[-1].split('# Only change code above this line')[0];
182182

183183
# if n % (maybe_factor**2) == 0:
184184
if re.search("if n\s*\%\s*\(maybe\_factor\*\*2\)\s*\=\=\s*0\:", code):

0 commit comments

Comments
 (0)