Computer Science, asked by chitrashri77, 3 months ago

write a phython program to great new list dividing two given lists in number​

Answers

Answered by Anonymous
1

Answer:

Use a for loop to divide each element in a list. Use a for loop to iterate through each element in the list. Use the division operator / to divide by a number. Append the resultant quotients to a new list.

Similar questions