Floor-divide, take the remainder, and raise to a power. space to flip Floor-divide, take the remainder, and raise to a power. Answer x = 7 y = 2 print(x // y, x % y, x ** y)