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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!