Question: Copy and paste the transcript into your Python program ( hint: store this as a string in a variable ) . Here are the edits
Copy and paste the transcript into your Python program hint: store this as a string in a variable
Here are the edits you need to make you must use the string methods Each edit is a single, separate line of code, and each should be output through print statement.
Capitalize the H in Hello all of themChange all the text in the transcript to lowercase.Change all the text in the transcript to uppercase.Change "Robert" to "Bobby"Put periods at the end of each sentence you will have to do this manually, you can store this in a separate variable Split the transcript at every period
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
