02.1 Reverse looping array in python - Python List Exercises Tutorial Interactive

preview_player
Показать описание
You can also reverse loop an array because the range function allows to increase or decrease each iteration.

This video is a part of the Python Interactive List exercise tutorial, you can access the entire tutorial here:

📢 Follow me here and on twitter @alesanchezr for free coding courses and tutorials like this.
For more interactive tutorials like this go to:
Рекомендации по теме
Комментарии
Автор

needed this help for university exercise, thank you so much.

Delbzy
Автор

why did you start and stop at -1? why negative differs from positive indices? when i start and stop at positive 1 it will not run? why?

AbdulilahAlowimer