I need help parametrizing. I never really understood how to parametrize. I know that
$C_1:$ $0$ to $1$ $\Rightarrow$ $z= ?$
$C_2:$ $1$ to $i$ $\Rightarrow$ $z= ?$
and $C_3:$ $i$ to $0$ $\Rightarrow$ $z= ?$.
I don't understand how to get $z$. Could someone explain what my $z$'s are and how you obtain them.

Just define:$$C(t)=\begin{cases}t&\text{ if }t\in[0,1]\\2-t+(t-1)i&\text{ if }t\in[1,2]\\(3-t)i&\text{ if }t\in[2,3].\end{cases}$$Indeed, if I want to go from a point $A$ to a point $B$, I use the parametrization $t\mapsto(1-t)A+tB$ ($t\in[0,1]$). That's how I got the first part, in order to go from $0$ to $1$. Then, when $t$ goes from $1$ to $2$, $t-1$ goes from $0$ to $1$, and so$$\bigl(1-(t-1)\bigr)+(t-1)i=(2-t)+(t-1)i$$goes from $1$ to $i$. And a similar apporach allows me to construct the third branch.