Python3 Series of Basics #5: Built-in Functions of List Tuple Set

preview_player
Показать описание
A function is a set of codes, that takes a finite number of input and optionally returns a value.
Let's look out for the available build in function for 3 data types.
1)List
2)Tuple
3)Set
While we are talking about collection data type. The Built-in function which is most often used are-
all()
any()
enumerate()
len()
max()
min()
sorted()
sum()
Let's work on each of these different function.

Watch the full Python Series of Basics here:

Keep in touch on

Outline (clickable version): Let's get started:
0:00 Introduction
1:10 Iteration
1:50 all()
3:52 any()
4:31 enumerate()
7:07 len()
7:32 max()
8:05 min()
8:30 sorted()
10:05 sum()
10:30 Built-in Function for Tuple
12:05 Built-in Function for Set
12:45 Membership Test
Рекомендации по теме
Комментарии
Автор

Practice a lot if any doubt let me know in the Comment section.

Try out the timestamp and save you time:
0:00 Introduction
1:10 Iteration
1:50 all()
3.52 any()
4:31 enumerate()
7:07 len()
7:32 max()
8:05 min()
8:30 sorted()
10:05 sum()
10:30 Built-in Function for Tuple
12:05 Built-in Function for Set
12:45 Membership Test

aiventure