Reversing a List in Python with a while loop

preview_player
Показать описание
This video is a tutorial on how to reverse the order of the elements of a list in python with a while loop. Feel free to ask me any questions!
Рекомендации по теме
Комментарии
Автор

Hi Joshua

This was helpful

Can you kindly help me on the swapping method as well?

NithishS
Автор

hi, what's the purpose of the 'count' variable? why does it have to be -= 1 in at the end of the function?

yipwaifong