Page 1 of 1

Define the two lists: A = {1,3,5,7,9) B = {1,2,4,6,7} Then, write a code to find the following: 1) {1,2,3,4,5,6,7,9) 2)

Posted: Tue Sep 07, 2021 7:18 am
by answerhappygod
Define The Two Lists A 1 3 5 7 9 B 1 2 4 6 7 Then Write A Code To Find The Following 1 1 2 3 4 5 6 7 9 2 1
Define The Two Lists A 1 3 5 7 9 B 1 2 4 6 7 Then Write A Code To Find The Following 1 1 2 3 4 5 6 7 9 2 1 (27.94 KiB) Viewed 77 times
Define the two lists: A = {1,3,5,7,9) B = {1,2,4,6,7} Then, write a code to find the following: 1) {1,2,3,4,5,6,7,9) 2) (1,7) 3) {1,2,4,6,7,1,3,5,7,9) 4) {1,2,4,6,7,{1,3,5,7,9}} 5) {{1,3,5,7,9),1,2,4,6,7} 6) Pick up the first and third elements from the list "A". 7) find the intersection and union of the intervals (-2,9) and (-5,7] C