About the Tutorial


Result  ******************this is string example....wow!!!  String rstrip() Method



Download 2,85 Mb.
Pdf ko'rish
bet100/234
Sana28.05.2022
Hajmi2,85 Mb.
#614232
1   ...   96   97   98   99   100   101   102   103   ...   234
Bog'liq
python3 tutorial 060821094426

Result 
******************this is string example....wow!!! 
String rstrip() Method 
Description 
The 
rstrip()
method returns a copy of the string in which all chars have been stripped 
from the end of the string (default whitespace characters). 
Syntax 
Following is the syntax for rstrip() method- 
str.rstrip([chars]) 
Parameters 
chars
- You can supply what chars have to be trimmed. 
Return Value 
This method returns a copy of the string in which all chars have been stripped from the 
end of the string (default whitespace characters). 
Example 
The following example shows the usage of rstrip() method. 
#!/usr/bin/python3 
str = " this is string example....wow!!! " 
print (str.rstrip()) 
str = "*****this is string example....wow!!!*****" 


Python 3 
134 
print (str.rstrip('*')) 
Result
this is string example....wow!!! 
*****this is string example....wow!!! 
String split() Method 
Description 
The 
split()
method returns a list of all the words in the string, using str as the separator 
(splits on all whitespace if left unspecified), optionally limiting the number of splits to num. 
Syntax 
Following is the syntax for split() method- 
str.split(str="", num=string.count(str)). 
Parameters 

str
- This is any delimeter, by default it is space. 

num
- this is number of lines to be made 
Return Value 
This method returns a list of lines. 
Example 
The following example shows the usage of split() method. 
#!/usr/bin/python3 
str = "this is string example....wow!!!" 
print (str.split( )) 
print (str.split('i',1)) 
print (str.split('w')) 
Result 
['this', 'is', 'string', 'example....wow!!!'] 
['th', 's is string example....wow!!!'] 
['this is string example....', 'o', '!!!'] 


Python 3 
135 

Download 2,85 Mb.

Do'stlaringiz bilan baham:
1   ...   96   97   98   99   100   101   102   103   ...   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