5N的多次方

N=eval(input(" 请输入一个数:"))
for i in range (5):
    print(pow(N,i))

posted @ 2020-03-14 22:40  liuchun玲  阅读(131)  评论(0)    收藏  举报