About the Tutorial



Download 2,85 Mb.
Pdf ko'rish
bet158/234
Sana28.05.2022
Hajmi2,85 Mb.
#614232
1   ...   154   155   156   157   158   159   160   161   ...   234
Bog'liq
python3 tutorial 060821094426

file.write(str) 


Python 3 
226 
Writes a string to the file. There is no return value. 
13 
file.writelines(sequence) 
Writes a sequence of strings to the file. The sequence can be any iterable object 
producing strings, typically a list of strings. 
Let us go through the above mentions methods briefly. 
File close() Method 
Description 
The method 
close()
closes the opened file. A closed file cannot be read or written any 
more. Any operation, which requires that the file be opened will raise a ValueError after 
the file has been closed. Calling close() more than once is allowed. 
Python automatically closes a file when the reference object of a file is reassigned to 
another file. It is a good practice to use the close() method to close a file. 
Syntax 
Following is the syntax for close() method- 
fileObject.close() 
Parameters 
NA 
Return Value 
This method does not return any value. 
Example 
The following example shows the usage of close() method. 
#!/usr/bin/python3 
# Open a file 
fo = open("foo.txt", "wb") 
print ("Name of the file: ", fo.name) 
# Close opened file 
fo.close() 


Python 3 
227 
When we run the above program, it produces the following result- 
Name of the file: foo.txt 
File flush() Method 
Description 
The method 
flush()
flushes the internal buffer, like stdio's fflush. This may be a no-op on 
some file-like objects. 
Python automatically flushes the files when closing them. But you may want to flush the 
data before closing any file. 
Syntax 
Following is the syntax for flush() method- 
fileObject.flush() 

Download 2,85 Mb.

Do'stlaringiz bilan baham:
1   ...   154   155   156   157   158   159   160   161   ...   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