News

Python exercises from code wars. Contribute to Santoscoy/python_exercises development by creating an account on GitHub.
E. g., with the input [3, 4, 2], your code should return 1 because 3 ^ (4 ^ 2) = 3 ^ 16 = 43046721. Beware: powers grow incredibly fast. For example, 9 ^ (9 ^ 9) has more than 369 millions of digits.