About the Tutorial



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

The
 
file
 
Object Attributes 
Once a file is opened and you have one 
file
object, you can get various information related 
to that file. 
Here is a list of all the attributes related to a file object- 
Attribute 
Description 
file.closed 
Returns true if file is closed, false otherwise. 


Python 3 
218 
file.mode 
Returns access mode with which file was opened. 
file.name 
Returns name of the file. 
Note: 
softspace attribute is not supported in Python 3.x 
Example 
#!/usr/bin/python3 
# Open a file 
fo = open("foo.txt", "wb") 
print ("Name of the file: ", fo.name) 
print ("Closed or not : ", fo.closed) 
print ("Opening mode : ", fo.mode) 
fo.close() 
This produces the following result- 
Name of the file: foo.txt 
Closed or not : False 
Opening mode : wb 
The
close()
Method 
The close() method of a file object flushes any unwritten information and closes the file 
object, after which no more writing can be done. 
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 
fileObject.close(); 
Example 
#!/usr/bin/python3 
# Open a file 
fo = open("foo.txt", "wb") 
print ("Name of the file: ", fo.name) 


Python 3 
219 
# Close opened file 
fo.close() 
This produces the following result- 
Name of the file: foo.txt 
Reading and Writing Files 
The file object provides a set of access methods to make our lives easier. We would see 
how to use read() and write() methods to read and write files. 

Download 2,85 Mb.

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