BA Sem 5th Programming With Python (dse) Important Questions And Answers

Q:1 Write a Python function moveOdd(L1,L2)that accepts two lists L1 and L2. List L1 consists of integers and list L2 is initially empty. The function moveOdd removes the odd integers from the list L1 and moves them to the list L2. Write python statements to apply the function moveOdd on the list L1: [31, 28, … Continue reading BA Sem 5th Programming With Python (dse) Important Questions And Answers