Question: complete the python code to perform the following tasks using list methonds: 1 . append ABC in the given list using the list.append ( item
complete the python code to perform the following tasks using list methonds:
append ABC in the given list using the list.appenditem method.
reverse the order of the given list.
remove the second items from the list.
remove the ABC from the list.
sample input XYZ
sample output:
XYZ 'ABC'
ABCXYZ
XYZ
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
