cs50 / problems

Checks for check50
145 stars 238 forks source link

Fix Working 9 to 5 import regex #269

Closed Makaze closed 3 months ago

Makaze commented 3 months ago

Proposed change to the regex used allows the student to use the words "from" and "import" in contexts where this would not result in an import, such as in a named group in a pattern.

Fixes #267.