Question: python progrmming task 3 and 4 Task 3: Practice How to Use String Object a) What is wrong with the following code? Explain verbally. el

python progrmming
task 3 and 4
Task 3: Practice How to Use String Object a) What is wrong with the following code? Explain verbally. el sl"Canada" s1 [2] = 'P'+' Computing Science 120.s10 Page 3 of 5e Lab #B2- b) What will the following code display? Explain verbally. s1 "Hawaii is a paradise" print (sl [2:8]) c) Write code using the in operator that determines whether 'p' is in s1.. Task 4: Practice How to Use String Object a) Assume the following statement appears in a program: s1 Practice How to Use String Object' Write a statement that splits the string, creating the following listO I'Practice', 'How', 'to', 'Use', 'string', 'object']- b) Assume reply references a string. The following if statement determines whether reply is equal to Y or 'y reply input ("Y or y to continue: "). if reply"Y" and reply"y": else:+ print ("Y--
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
