0% found this document useful (0 votes)
4 views

Lab9_Problem8 (1)

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Lab9_Problem8 (1)

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

ITS100 Introduction to Computers and Programming

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.

You might also like