Code a key-value pair with the key "team 2", and its value a list containing "Rachel" followed by "Monica".
"team 2"
"Rachel"
"Monica"
Make sure to type "team 2": ["Rachel", "Monica"].
"team 2": ["Rachel", "Monica"]