About the Tutorial


Note: remove() method is discussed in subsequent section.  Basic List Operations



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

Note:
remove() method is discussed in subsequent section. 
Basic List Operations 
Lists respond to the + and * operators much like strings; they mean concatenation and 
repetition here too, except that the result is a new list, not a string. 
In fact, lists respond to all of the general sequence operations we used on strings in the 
prior chapter. 


Python 3 
145 
Python Expression 
Results 
Description 
len([1, 2, 3]) 

Length 
[1, 2, 3] + [4, 5, 6] 
[1, 2, 3, 4, 5, 6] 
Concatenation 
['Hi!'] * 4 
['Hi!', 'Hi!', 'Hi!', 'Hi!'] 
Repetition 
3 in [1, 2, 3] 
True 
Membership 
for x in [1,2,3] : print (x,end=' 
') 
1 2 3 
Iteration 
Indexing, Slicing and Matrixes 
Since lists are sequences, indexing and slicing work the same way for lists as they do for 
strings. 
Assuming the following input- 
L=['C++'', 'Java', 'Python']
Python Expression 
Results 
Description 
L[2] 
'Python' 
Offsets start at zero 
L[-2] 
'Java' 
Negative: count from the 
right 
L[1:] 
['Java', 'Python'] 
Slicing fetches sections 
Built-in List Functions & Methods 
Python includes the following list functions- 
SN Function with Description 

cmp(list1, list2) 
No longer available in Python 3.


Python 3 
146 

len(list) 
Gives the total length of the list. 

max(list) 
Returns item from the list with max value. 

min(list) 
Returns item from the list with min value. 


Download 2,85 Mb.

Do'stlaringiz bilan baham:
1   ...   103   104   105   106   107   108   109   110   ...   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