Issue with Regular Expressions Lab Volume Data Science Essentials
(Submitted by Shaughn Hirz)
Page number and/or relevant section in lab: Typo is in the VS code provided for problem 4 (typo in regular_expressions.py and test_regular_expressions.py)
Description of issue: The lab (correctly) states to return a regular expression pattern object that matches any valid Python parameter definition. However, in the VS code provided for regular expressions and the test file, the comment blocks say to return a regular expression pattern object that matches any valid Python identifier.
Issue with Regular Expressions Lab Volume Data Science Essentials
(Submitted by Shaughn Hirz)