Question: Write the code that a . combines the following 2 lists into a list named list 3 yourinitial list 1 = [ 4 0 ,

Write the code that
a. combines the following 2 lists into a list named list3yourinitial
list1=[40,50,60]
list2=[10,20,30]
b. prints list3yourinitial
c. then sorts list3 from low to high
d. prints the newly sorted list3yourinitial
for example if listM =['a','b','c'] it would print
['a','b','c']
e. prints list3yourinitial one element at a time with each element on a new line for example if listM =['a','b','c'] it would print
a
b
C
5. Tuple
a. Create a tuple with 4 elements of your choice of name and elements
b. prints your tuple
c. then sorts the tuple from low to high
d. prints the sorted tuple
for example if helo =('a','b','c') it would print
('a','b','c')
e. prints your tuple you created above one element at a time with each element on a new line for example if helo =('a','b','c') it would print
a
b
C
 Write the code that a. combines the following 2 lists into

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!