Write a program to shift elements of a list so the first elements moves to the second index and so on and last to first like [10,20,30,40] to [20,30,40,10]
Answers
Answered by
1
Answer:
first you store numbers in variables
Explanation:
then using c++ or Python it is very easy.
Similar questions