python_ref_range_2.py:
x
 
x = range(3, 8)
for n in x:
  print(n)