About the Tutorial


end - The slice ends here.  Return Value



Download 2,85 Mb.
Pdf ko'rish
bet89/234
Sana28.05.2022
Hajmi2,85 Mb.
#614232
1   ...   85   86   87   88   89   90   91   92   ...   234
Bog'liq
python3 tutorial 060821094426

end
- The slice ends here. 
Return Value 
TRUE if the string ends with the specified suffix, otherwise FALSE. 
Example 
#!/usr/bin/python3 
Str='this is string example....wow!!!' 
suffix='!!' 
print (Str.endswith(suffix)) 
print (Str.endswith(suffix,20)) 
suffix='exam' 
print (Str.endswith(suffix)) 
print (Str.endswith(suffix, 0, 19)) 
Result 
True 
True 
False 
True 
String expandtabs() Method 
Description 
The 
expandtabs()
method returns a copy of the string in which the tab characters ie. '\t' 
are expanded using spaces, optionally using the given tabsize (default 8).. 
Syntax 
str.expandtabs(tabsize=8) 
Parameters 
tabsize
- This specifies the number of characters to be replaced for a tab character '\t'. 
Return Value 
This method returns a copy of the string in which tab characters i.e., '\t' have been 
expanded using spaces. 
Example 


Python 3 
115 
#!/usr/bin/python3 
str = "this is\tstring example....wow!!!" 
print ("Original string: " + str) 
print ("Defualt exapanded tab: " + str.expandtabs()) 
print ("Double exapanded tab: " + str.expandtabs(16)) 
Result 
Original string: this is string example....wow!!! 
Defualt exapanded tab:
this is string example....wow!!! 
Double exapanded tab: this is string example....wow!!! 
String find() Method 
Description 
The find() method determines if the string str occurs in string, or in a substring of string 
if the starting index beg and ending index end are given. 
Syntax 
str.find(str, beg=0 end=len(string)) 
Parameters 


Download 2,85 Mb.

Do'stlaringiz bilan baham:
1   ...   85   86   87   88   89   90   91   92   ...   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