Question: python Task 2: Print the range Write a simple program that will read in a String and two integers. The two integers specify a range
Task 2: Print the range Write a simple program that will read in a String and two integers. The two integers specify a range of characters to print out. For example: Enter in a String>>> Mary singing in the rain Enter in a Starting value>>5 Enter in an ending value>>> 12 The output is singing 1 Read in a String, chop it based on user's input, if its out of range let the user know its out of range print the String if its range, then end program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
