Code an expression inside this list comprehension for matcha_2, so that it creates the same list as the one in matcha_1.
matcha_2
matcha_1
Make sure to pick item, followed by .replace, and finally ("vanilla", "matcha").
item
.replace
("vanilla", "matcha")