Let t $\in \mathbb{N}$. Then, let $W_t(x,y)$ be the number of walks that begins on x and end on y, with x,y $\in \mathbb{Z}_3$ ( you can think it like a cycle with 3 points). The definition of walk on a graph, for me is a sequence of vertex and edges, and in this particular case, we don't have walks that stay in the same point (lazy ones), because we don't have edges {x,x}...
Then, what is the function $W_t(0,0)$ and $W_t(0,1)$?