About the Tutorial



Download 2,85 Mb.
Pdf ko'rish
bet82/234
Sana28.05.2022
Hajmi2,85 Mb.
#614232
1   ...   78   79   80   81   82   83   84   85   ...   234
Bog'liq
python3 tutorial 060821094426

single or double 
quotes. 
#!/usr/bin/python3 
para_str = """this is a long string that is made up of 
several lines and non-printable characters such as 
TAB ( \t ) and they will show up that way when displayed. 
NEWLINEs within the string, whether explicitly given like 
this within the brackets [ \n ], or just a NEWLINE within 
the variable assignment will also show up. 
""" 
print (para_str) 
When the above code is executed, it produces the following result. Note how every single 
special character has been converted to its printed form, right down to the last NEWLINE 
at the end of the string between the "up." and closing triple quotes. Also note that 
NEWLINEs occur either with an explicit carriage return at the end of a line or its escape 
code (\n) − 
this is a long string that is made up of 
several lines and non-printable characters such as 
TAB ( ) and they will show up that way when displayed. 
NEWLINEs within the string, whether explicitly given like 
this within the brackets [ 
], or just a NEWLINE within 
the variable assignment will also show up. 
Raw strings do not treat the backslash as a special character at all. Every character you 
put into a raw string stays the way you wrote it- 
#!/usr/bin/python3 
print ('C:\\nowhere') 
When the above code is executed, it produces the following result- 
C:\nowhere 
Now let us make use of raw string. We would put expression in
r'expression'
as follows- 
#!/usr/bin/python3 


Python 3 
105 
print (r'C:\\nowhere') 
When the above code is executed, it produces the following result- 
C:\\nowhere 
Unicode String
 
In Python 3, all strings are represented in Unicode. In Python 2 are stored internally as 8-
bit ASCII, hence it is required to attach 'u' to make it Unicode. It is no longer necessary 
now. 

Download 2,85 Mb.

Do'stlaringiz bilan baham:
1   ...   78   79   80   81   82   83   84   85   ...   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