a=eval(input()) for i in range(6): j=pow(a,i) print(j,sep=‘ ‘,end=‘ ‘)
5.N的多次方
原文:https://www.cnblogs.com/modiqiang/p/12497067.html