#!/usr/bin/env python3
#
import sys

# Accept 3 integers as command line arguments (start, stop, and step)
# Print all numbers in that range incremented by step