python_ref_range_3.py:
x
 
x = range(2, 20, 2)
for n in x:
  print(n)