Inside the list comprehension, call the function add_comma() with the loop variable name as an argument.
add_comma()
name
Make sure to pick add_comma followed by ( and then name, ).
add_comma
(
)