Question: Problem 4. String Processing Suppose that you have the following sentence stored in a variable sentence: sentence = UAHCS100FALL 2020MW02:40-04:00 Write a Python program that
Problem 4. String Processing Suppose that you have the following sentence stored in a variable sentence: sentence = "UAHCS100FALL 2020MW02:40-04:00 Write a Python program that will make the following edits: replace FALL with SPRING replace MW with TT replace 2020 with 2021 replace 02:40-04:00 with 09:40-11:00 Print out the updated sentence which should be: UAHCS100SPRING20217T09:40-11:00
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
