With the empty list in place, now you can start iterating through the input string and convert it into snake case.
Inside the function, below the list you just created, add a for loop to iterate through the pascal_or_camel_cased_string. Make sure to name the target variable char. For now, add a pass statement as a placeholder in the loop body.