#13 Python List Part 3 DK Coders Tamil (Sort, reverse, Copy and merge) with demo Latest - 3.8.1

Опубликовано: 13 Июнь 2026
на канале: DK coders
4
2

Learn Python Easily with me.

LIKE, SHARE, COMMENT, AND SUBSCRIBE TO MY CHANNEL.

Channel URL -    / @dkcoders7957  

Chapters:
00:00 - Intro
00:35 - How to sort a list in python? -sort()
06:45 - How to reverse a list in python? -reverse()
08:50 - How to copy a list in python? -copy()
11:30 - How to merge or join two lists in python? -operator and extend
14:25 - Rivision

1. How to sort a list?
-sort()
-alphabetic -numerical -mix of capital
-sorting Capital and small
-descending

2. How to reverse the List?
-reverse()

3. How to copy two list?
-copy() -2 methods

4. How to join/merge two list?
-operator method -extend method