fix(curriculum): Removed TODO comment in Python Equation Solver project (#56393)

This commit is contained in:
Nomaan Ahmad
2024-10-01 13:45:04 +05:30
committed by GitHub
parent d6ce939f50
commit ccc03e8f6d

View File

@@ -21,7 +21,7 @@ Modify your regex pattern to use a negative lookbehind so that the character `1`
# --hints--
You should modify the pattern passed as the first argument to the `re.sub()` call using a negative lookbehind. TODO: add details/improve wording
You should modify the pattern passed as the first argument to the `re.sub()` call using a negative lookbehind.
```js
({ test: () => assert(runPython(`