Python array rotation.py

preview_player
Показать описание
#python #algorithm #array rotation
Рекомендации по теме
Комментарии
Автор

hello can you help me for this exercices :
given the numbers of arrays composed of 2n element in the form of [x1, x2, xn, y1, y2, yn]
write a program in python that can return the array as [x1, y1, x2, y2, xn, yn]

meriemayour
Автор

How would you fix ValueError:invalid literal for in () with base 10: '5 2'

ambikakumari
Автор

6:00 your code was fine, you just forgot to input your arr list

andiadzanbintanghawari
Автор

but what is input().split(', ') ?

ketankhandelwal
join shbcf.ru