About the Tutorial


Syntax  Following is the syntax for min() method-  min(list)  Parameters



Download 2,85 Mb.
Pdf ko'rish
bet109/234
Sana28.05.2022
Hajmi2,85 Mb.
#614232
1   ...   105   106   107   108   109   110   111   112   ...   234
Bog'liq
python3 tutorial 060821094426

Syntax 
Following is the syntax for min() method- 
min(list) 
Parameters 
list
- This is a list from which min valued element is to be returned. 
Return Value 
This method returns the elements from the list with minimum value. 
Example 
The following example shows the usage of min() method. 
#!/usr/bin/python3 
list1, list2 = ['C++','Java', 'Python'], [456, 700, 200] 
print ("min value element : ", min(list1)) 
print ("min value element : ", min(list2)) 
When we run above program, it produces following result- 
min value element : C++ 
min value element : 200 
List list() Method 
Description 
The 
list()
method takes sequence types and converts them to lists. This is used to convert 
a given tuple into list. 
Note:
Tuple are very similar to lists with only difference that element values of a tuple 
can not be changed and tuple elements are put between parentheses instead of square 
bracket. This function also converts characters in a string into a list. 
Syntax 
Following is the syntax for list() method- 
list( seq ) 
Parameters 
seq
- This is a tuple or string to be converted into list. 


Python 3 
149 
Return Value 
This method returns the list. 
Example 
The following example shows the usage of list() method. 
#!/usr/bin/python3 
aTuple = (123, 'C++', 'Java', 'Python') 
list1 = list(aTuple) 
print ("List elements : ", list1) 
str="Hello World" 
list2=list(str) 
print ("List elements : ", list2) 
When we run above program, it produces following result- 
List elements : [123, 'C++', 'Java', 'Python'] 
List elements : ['H', 'e', 'l', 'l', 'o', ' ', 'W', 'o', 'r', 'l', 'd'] 
Python includes the following list methods- 

Download 2,85 Mb.

Do'stlaringiz bilan baham:
1   ...   105   106   107   108   109   110   111   112   ...   234




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish