This is just a starter to actually answer the question, I'd be willing to have a longer discussion in comments or chatroom;
$\left(\cos(\frac{\pi}{5})+i\sin(\frac{\pi}{5})\right)^{15}(3-3i)^{20}=(e^{i\frac\pi5})^{15}\left(3\sqrt{2}e^{-i\frac\pi4}\right)^{20}=e^{3\pi i}(3\sqrt{2})^{20}\left(e^{-i\frac\pi4}\right)^{20}=e^{3\pi i}\cdot3^{20}\cdot\sqrt{2}^{20}\left(e^{20\cdot-i\frac\pi4}\right)=e^{3\pi i}\cdot3^{20}\cdot\sqrt{2}^{20}\left(e^{-5\pi i}\right)=3^{20}\cdot\sqrt{2}^{20}e^{-2\pi i}$
but note that $3^{20}\cdot\sqrt{2}^{20}$, but again by laws of exponents you can simplify further because $\sqrt{2}=(2)^{\frac12}$, so $3^{20}\cdot\sqrt{2}^{20}=3^{20}\cdot\left((2)^{\frac12}\right)^{20}=3^{20}\cdot2^{\left(20\cdot\frac12\right)}=3^{20}\cdot2^{10}$
so the final answer is $3^{20}\cdot2^{10}$, or 3570467226624. This is a pure real number with imaginary part 0. It's so ludicrously large, but this actually makes sense conceptually because the modulus of $3-3i$ (which for goodness sake you're taking a 20th power of) is $\sqrt{3^2+3^2}=3\sqrt{2}\approx4.2426$, and so with each multiplication you increase the modulus by a constant factor, essentially blowing it up exponentially.
Also this is a cool video: https://www.youtube.com/watch?v=-dhHrg-KbJ0&t=531s
You'll notice that part of the entire point of Euler's Formula is that it's one possible parametrization of the unit circle. There is further intuition on Euler's Formula in this video too, although its a bit long winded and I haven't watched it in a while.
To me one of the craziest parts about Euler's formula is the seemingly ridiculus connection between rotation, and taking exponents. Like literally, that's just straight up crazy.
Also, this might be of interest to you:
$\left(re^{i\theta}\right)^n=r^ne^{in\theta}$
From this, we can draw some general conclusions:
Just as is the case with real numbers, if $r<1$, then $r^n$ (for high powers of $n$) become very tiny. If $r=1$ then everything about $r^n$ stays fixed, and you have a pure rotation. Finally if $r$ where greater than 1 - even if $r$ is only slightly bigger like 1.000000001 with lots of zero's, with a high enough power of $n$ you'd expect to get complex numbers with a very large modulus.
$e^{it}$ is periodic, so the result can point in any direction depending purely on the value of $t$
Interestingly, Euler's Theorem is also super handy for taking square roots of complex numbers too, since square roots are basically just another name for raising to the one-halfth power, after all;
$\left(re^{i\theta}\right)^\frac12=r^\frac12e^{i(\theta/2)}$
which also pretty ridiculous. I've made you a Desmos thing to play around with: https://www.desmos.com/calculator/dvfoycjgz8 . The red circle to pick a $z$, and the slider $s$ is the exponent. As you can see you can always pick values of the power that loop you all the way back to numbers where the real part is the only part. It just so happens to be that in a lot of the questions you see in school they give you problems that are more likely to work out nicely, although this is not generally the case.