6 Ways to Reverse a List in Python

Описание к видео 6 Ways to Reverse a List in Python

An explanation on how to reverse a list in python using 6 different ways that only use built in functions and methods without external libraries.
#python #python3

Chapters:
0:03 - Reverse Method
1:27 - Slicing
3:19 - Reversed Function
4:23 - For Loop
6:36 - List Comprehension
8:02 - Recursion
10:28 - Outro

Github Repo:
github.com/WMRamadan/python-examples/tree/master/basics/reverse_list

Комментарии

Информация по комментариям в разработке