Learn Python in One Day and Learn It Well: Python for Beginners with Hands-on Project. The only book you need to start coding in Python immediately pdfdrive com



Download 4,83 Kb.
Pdf ko'rish
bet13/37
Sana09.05.2023
Hajmi4,83 Kb.
#936471
1   ...   9   10   11   12   13   14   15   16   ...   37
Bog'liq
Learn Python in One Day and Learn It Well Python for Beginners with Hands-on Project. The only book you need to start coding in Python immediately ( PDFDrive )

Triple Quotes
If you need to display a long message, you can use the triple-quote
symbol (‘’’ or “””) to span your message over multiple lines. For instance,
print (‘’’Hello World.
My name is James and I am 20 years old.’’’)
will give you
Hello World.
My name is James and I am 20 years old.
This helps to increase the readability of your message.


Escape Characters
Sometimes we may need to print some special “unprintable” characters
such as a tab or a newline. In this case, you need to use the \ (backslash)
character to escape characters that otherwise have a different meaning.
For instance to print a tab, we type the backslash character before the
letter t, like this: \t. Without the \ character, the letter t will be printed. With
it, a tab is printed. Hence, if you type 
print (‘Hello\tWorld’)
, you’ll
get 
Hello World
Other common uses of the backslash character are shown below.
>>> shows the command and the following lines show the output.
\n (Prints a newline)
>>> print (‘Hello\nWorld’)
Hello
World
\\ (Prints the backslash character itself)
>>> print (‘\\’)
\
\” (Prints double quote, so that the double quote does not signal the end
of the string)
>>> print (“I am 5'9\" tall”)
I am 5’9” tall


\’ (Print single quote, so that the single quote does not signal the end of
the string)
>>> print (‘I am 5\’9” tall’)
I am 5’9” tall
If you do not want characters preceded by the \ character to be
interpreted as special characters, you can use raw strings by adding an r
before the first quote. For instance, if you do not want \t to be interpreted
as a tab, you should type 
print (r‘Hello\tWorld’)
. You will get
Hello\tWorld
as the output.



Download 4,83 Kb.

Do'stlaringiz bilan baham:
1   ...   9   10   11   12   13   14   15   16   ...   37




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