Question: I need you to write the python code for me and show me the results. also write it in a way that I can just

I need you to write the python code for me and show me the results. also write it in a way that I can just copy and paste it to my program. all the instructions is on the paper just follow the instructions please. thank you please
Create a py file, then finish the Part A and B questions Part A: myList = [1,2,3,4, "Hello" 1 Assign the values (from 2 to "Hello") of myList to a new list- myList2 append a new item to myList2 remove the 3rd item then assign the list to myList3 2 assign values from position 1 to the end of myList to a new list myList2 append a new item to myList2 , remove the 3rd item then assign the list to myli st3 Part B: print out one message for each string method, for each method; add a description comment line for each method Assignment part2: print out one message for each method count (sub, [start, [end]]) endswith(suffix, [start, [end]]) find/index(sub, [start, [end]]) isalnum isalpha() isdigit() islower() isspace() istitle) isupper() join() lower replace(old, newl.count]) split([sep maxsplit]]) splitlines([keepends]) startswith(prefix startend]]) strip ([chars]) upper)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
