how to get 3 values from a given range code example
Example: python in range
for value in range (start, step, stop):
pass
# note that the stop will not include
for value in range (start, step, stop):
pass
# note that the stop will not include