Project Euler 188 - The hyperexponentiation of a number

Official link: https://projecteuler.net/problem=188

Thought Process

Another problem made trivial by the use of python's pow() function, and a simple redefinition of tetration

Interactive Code

Input 2 integer separated by a space (x, y)

Code will output the last 8 digits of x↑↑y