You will need to convert uppercase characters to lowercase and add an underscore before them.
Before proceeding to work on the list comprehension, you’re going to give your function a return value. In this way you’ll be able to check the output.
Use the return statement to return the list snake_cased_char_list from your function.