I can show that $3^{3^{3^n}}\equiv7\pmod{10}$ since
$3^1\equiv3\pmod{10}$
$3^2\equiv9\pmod{10}$
$3^3\equiv7\pmod{10}$
$3^4\equiv1\pmod{10}$
Thus, it reduces to $3^{(3^{3^n}\mod4)}$. I can then notice that
$3^1\equiv3\pmod4$
$3^2\equiv1\pmod4$
Reducing it down to $3^{(3^{(3^n\mod2)}\mod4)}=3^{(3^1\mod4)}=3^3\equiv7\pmod{10}$
However, this is tedious and not capable of solving the following problem:
$$3^{3^{3^{\dots}}}\pmod{100}$$
where the power tower keeps going up until the value becomes fixed for all further power towers. How would I take this problem?
To clarify a bit, we take the exponents at the top and work our way down. For example,
$$3^{3^3}=3^{27}\ne(3^3)^3$$
For clearer notation, $3^{3^{3^{\dots}}}=3\uparrow(3\uparrow(3\uparrow(\dots(3\uparrow n)\dots)))$, and we take as many $\uparrow$'s required such that for all $n,k\in\mathbb N$ we have
$$3\uparrow(3\uparrow(3\uparrow(\dots(3\uparrow n)\dots)))\equiv3\uparrow(3\uparrow(3\uparrow(\dots(3\uparrow k)\dots)))\pmod{100}$$
We know that $$3^2 \equiv 1 \pmod{4} \\ 3^{20} \equiv 1 \pmod{25}$$ with the last following from Euler Theorem. Therefore $$3^{20} \equiv 1 \pmod{100}$$
The problem then reduces to finding the powers of $3 \pmod{20}$.
Again $$3^2 \equiv 1 \pmod{4} \\ 3^4 \equiv 1 \pmod{5} \\$$
Therefore $3^4 \equiv 1 \pmod{20}$.
We thus have $$3^{3^{3 ^{...}}} \equiv 3^{3^{3 ^{...}} \pmod{20}} \equiv 3^{3^{3 ^{...} \pmod{4}}} \pmod{100} \equiv 3^{3^{3 }} \pmod{100}\\ \equiv 3^{27}\equiv 3^{7} \pmod{100}$$ which is easy to calculate.