Use an instruction to add "Tokyo" at index zero in the list.
"Tokyo"
Make sure to type .insert(0, "Tokyo").
.insert(0, "Tokyo")