About the Tutorial



Download 2,85 Mb.
Pdf ko'rish
bet151/234
Sana28.05.2022
Hajmi2,85 Mb.
#614232
1   ...   147   148   149   150   151   152   153   154   ...   234
Bog'liq
python3 tutorial 060821094426

Printing to the Screen 
The simplest way to produce output is using the 
print
statement where you can pass zero 
or more expressions separated by commas. This function converts the expressions you 
pass into a string and writes the result to standard output as follows- 
#!/usr/bin/python3 
print ("Python is really a great language,", "isn't it?") 
This produces the following result on your standard screen- 
Python is really a great language, isn't it? 
Reading Keyboard Input 
Python 2 has two built-in functions to read data from standard input, which by default 
comes from the keyboard. These functions are 
input()
and 
raw_input()
In Python 3, raw_input() function is deprecated. Moreover, input() functions read data 
from keyboard as string, irrespective of whether it is enclosed with quotes ('' or "" ) or 
not. 
The
 
input
 
Function 
The 
input([prompt])
function is equivalent to raw_input, except that it assumes that the 
input is a valid Python expression and returns the evaluated result to you. 
#!/usr/bin/python3 
>>> x=input("something:") 
something:10 
>>> x 
'10' 
>>> x=input("something:") 
something:'10' #entered data treated as string with or without '' 
>>> x 
"'10'"
17.
 
Python 3 – Files I/O 


Python 3 
216 
Opening and Closing Files 
Until now, you have been reading and writing to the standard input and output. Now, we 
will see how to use actual data files. 
Python provides basic functions and methods necessary to manipulate files by default. You 
can do most of the file manipulation using a 
file
object. 

Download 2,85 Mb.

Do'stlaringiz bilan baham:
1   ...   147   148   149   150   151   152   153   154   ...   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