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)
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
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)
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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!