About the Tutorial



Download 2,85 Mb.
Pdf ko'rish
bet115/234
Sana28.05.2022
Hajmi2,85 Mb.
#614232
1   ...   111   112   113   114   115   116   117   118   ...   234
Bog'liq
python3 tutorial 060821094426

Basic Tuples Operations 
Tuples respond to the + and * operators much like strings; they mean concatenation and 
repetition here too, except that the result is a new tuple, not a string. 
In fact, tuples respond to all of the general sequence operations we used on strings in the 
previous chapter. 
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 tuples are sequences, indexing and slicing work the same way for tuples as they do 
for strings, assuming the following input- 
T=('C++', 'Java', 'Python')
Python Expression 
Results 
Description 
T[2] 
'Python' 
Offsets start at zero 
T[-2] 
'Java' 
Negative: count from the right 
T[1:] 
('Java', 'Python') 
Slicing fetches sections 


Python 3 
160 
No Enclosing Delimiters 
No enclosing Delimiters is any set of multiple objects, comma-separated, written without 
identifying symbols, i.e., brackets for lists, parentheses for tuples, etc., default to tuples, 
as indicated in these short examples. 
Built-in Tuple Functions 
Python includes the following tuple functions- 
SN Function with Description 

cmp(tuple1, tuple2)
 
No longer available in Python 3.

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

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

min(tuple)

Download 2,85 Mb.

Do'stlaringiz bilan baham:
1   ...   111   112   113   114   115   116   117   118   ...   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