mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-23 22:00:38 -04:00
fix(curriculum): Removed TODO comment in Python Equation Solver project (#56393)
This commit is contained in:
@@ -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(`
|
||||
|
||||
Reference in New Issue
Block a user