Use the task variable in an f-string to display "todo: dishes".
task
"todo: dishes"
Make sure to pick f followed by todo and then :, {, task, }.
f
todo
:
{
}