1 a=eval(input()) 2 for i in [0,1,2,3,4]: 3 print(pow(a,i),end=" ") 4 print(pow(a,5))
N的多次方
原文:https://www.cnblogs.com/LSH1628340121/p/12462960.html