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  阅读(164)  评论(0编辑  收藏  举报