N的多次方

 n=eval(input())
for i in range(5):
  print(pow(n,i),end=" ")
print(pow(n,5))

  

posted @ 2020-03-14 12:11  林晓婷  阅读(175)  评论(0)    收藏  举报