Computer Science, asked by Anamikaas04, 26 days ago

Write a user defined function in python 'SHIFT(list)' that would accept a list as an argument. The function should shift the negative numbers of the list to the right and the positive number to the left without using another list​

Answers

Answered by Renumahala2601
2

Answer:

Write a user defined function in python 'SHIFT(list)' that would accept a list as an argument. The function should shift the negative numbers of the list to the right and the positive number to the left without using another list

Similar questions