python脚本for循环

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

# 打印
# 1
# 2
# 3
# 4
# 5
# 6
# 7
# 8
# 9
相关文章
相关标签/搜索