into=int(input('输入n是多少:'))#不嫌麻烦的话可以加一个try except防止出错 for i in range(1,into+1):over=i*i+over print('结果是',over)time.sleep(1)#等待1秒,不需要可以删除