Lab9_Problem8 (1)
Lab9_Problem8 (1)
Lab 9 – Problem 8
Write a Python program that receives three values: FirstVal, UpperBound, StepSize. The program
uses a function called “myRange(FirstVal, UpperBound, StepSize)” whose inputs are FirstVal,
UpperBound, and StepSize to do the same functionality as the built-in function range(FirstVal,
UpperBound, StepSize). The output of the program should look similar to the following.