Home /
Expert Answers /
Computer Science /
can-you-help-me-to-solve-this-in-pyhton-thank-you-start-with-the-following-list-text-number-pa488
(Solved): can you help me to solve this in pyhton? thank you
Start with the following list: \[ \text { Number ...
can you help me to solve this in pyhton? thank you
Start with the following list: \[ \text { Numbers }=[1,2,3,4,5,6,5,4,3,2,1] \] And do the following things to the list. 1) Print out the entire list using print. 2) Change the middle number to 7 instead of 6 . 3) Print out the altered list. 4) Print off the first 4 numbers of the list. 5) Print off the last 5 numbers of the list. 6) Print off the last number of the list. 7) Print off the middle three numbers of the list. 8) Add the number 10 the end of the list. 9) Print off the altered list. 10) Add the number 11 to the front of the list. 11) Print off the altered list. 12) Remove the 7 from the list. 13) Print off the list.