python腳本for循環

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

# 打印
# 1
# 2
# 3
# 4
# 5
# 6
# 7
# 8
# 9
相關文章
相關標籤/搜索