N的多次方

i=0
N=eval(input())
while i<6:
     temp=pow(N,i)
     print(temp)
     i=i+1

posted @ 2020-03-15 15:27  程序小白007  阅读(184)  评论(0编辑  收藏  举报