We sometimes express polynomials as $p(x)=\sum_{k=0}^na_kx^k$. If I wanted to see the value of $p$ at $0$, naively, I would just substitute $0$ everywhere I see $x$. So
$p(0)=\sum_{k=0}^na_k\cdot 0^k$
$=a_0\cdot 0^0+a_1\cdot 0^1+\dots+a_n\cdot 0^n$
but... this has a $0^0$. What have I done wrong?