w3schools
编辑器
运行结果尺寸:
625 x 591
x = 2 y = 5 print(x ** y) #same as 2*2*2*2*2
x
x = 2
y = 5
print(x ** y) #same as 2*2*2*2*2
32