5.N的多次方

a=eval(input())
for i in range(6):
    j=pow(a,i) 
    print(j,sep=' ',end=' ')

posted @ 2020-03-15 13:12  aoimo  阅读(174)  评论(0)    收藏  举报