Within the if statement body, you are going to add the converted character to the list you created earlier.
For this, the .append() method will be used. This method adds a given object to the end of the list it is invoked on.
Use the .append() method on the snake_cased_char_list to add the converted_character to the list.