Question: python problems, thanks for your help! Problem 1 (2 Points) Use the range() function to create the following list: -3, -2, -1, 0, 1, 2,

python problems, thanks for your help!
Problem 1 (2 Points) Use the range() function to create the following list: -3, -2, -1, 0, 1, 2, 3, 4, 5, 6 and print out the result. Problem 2 (3 Points) There is a tuple called tuply which has 3 lists in it: [1, 2, 3). L'apple','pineapple', 'pineapplepieeeee'), (5, 6, 7'] Please create this tuple and access the lists to modify 'pineapplepieeeee' to 'pineapplepie Problem 3 (3 Points) Use three different methods to remove 'b' and 'c' from the list: 1st = ['a','b', 'c','d', 'e'] Problem 4 (2 Points) Use two different methods to combine list aa = [6,7,8,9] and bb = (3,2,34) to create list cc Problem 5 (2 Points) Sort the numbers in listaaa - (54,45,3,24,67,89,100) from low-to-high and high-to-low. Print out the results for both
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
