Question: Use python to complete tasks below Use Python to complete the tasks below 1. Create an array named after your first name which consists of
Use Python to complete the tasks below 1. Create an array named after your first name which consists of the letters of your first name. L.e. Each element in the array is each letter in your name. Now, make a shallow copy of the array you created. Append the first letter of your last name to the original array. Print both the original array and the shallow copy. Examine if both the results are same or different. 2. Create two lists and concatenate them into 'New list'. Now repeat the elements of the 'New list' by three times and print the result. 3. Demonstrate with an example on How would you confirm whether two given strings have the same identity
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
