python脚本for循环

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

# 打印
# 1
# 2
# 3
# 4
# 5
# 6
# 7
# 8
# 9

  

posted @ 2015-10-14 23:39  CodeTracker  阅读(465)  评论(0编辑  收藏  举报