At the top of your file, put the following multi-line comment with your information:
'''
Your name as registered, with optional nickname in parentheses
CIS 41A Fall 2021
Unit J, Exercise J
'''
In this exercise we will be working with regular expressions that can be used to match something in a string.
In the subsequent Problem J, we will write Python code that uses regular expressions in functions imported from the re module .
Submit your finished text file in Canvas, Exercise J.