import math x=int(input("Enter a number: ")) y=int(input("Enter a number: ")) print(math.pow(x,y)) print(math.sqrt(100))