We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1645483 commit 19d6883Copy full SHA for 19d6883
1 file changed
math-code-test-a.py
@@ -178,7 +178,7 @@ def step18(code):
178
import re
179
print(" ")
180
code_count=0
181
- code = In[-1].split('# Only change code above this line')[0];
+ #code = In[-1].split('# Only change code above this line')[0];
182
183
# if n % (maybe_factor**2) == 0:
184
if re.search("if n\s*\%\s*\(maybe\_factor\*\*2\)\s*\=\=\s*0\:", code):
0 commit comments