题目描述
请你输出 1-1000 这 1000 个数字 ,每行一个。

输入格式

输出格式
输出 1-1000 这 1000 个数字 ,每行一个。

代码示例:

for i in range(1,1001):
    print(i)

标签: none

添加新评论