代码示例:(标识:python_for_range_2)
python_for_range_2.py
for x in range(3, 10):
  print(x)
运行结果: