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
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