python

QLxie2023 发表于 6个月前 · 关联问题 平方与立方

n = int(input()) for i in range(1,n+1):

print(i**2,i**3)