python_ref_range_1.py:
x
 
x = range(6)
for n in x:
  print(n)