About the Tutorial



Download 2,85 Mb.
Pdf ko'rish
bet161/234
Sana28.05.2022
Hajmi2,85 Mb.
#614232
1   ...   157   158   159   160   161   162   163   164   ...   234
Bog'liq
python3 tutorial 060821094426

File read() Method 
Description 
The method 
read()
reads at most size bytes from the file. If the read hits EOF before 
obtaining size bytes, then it reads only available bytes. 
Syntax 
Following is the syntax for read() method- 
fileObject.read( size ); 
Parameters 
size
- This is the number of bytes to be read from the file. 
Return Value 
This method returns the bytes read in string. 
Example 
The following example shows the usage of read() method. 
Assuming that 'foo.txt' file contains the following text: 
This is 1st line 
This is 2nd line 
This is 3rd line 
This is 4th line 
This is 5th line 
#!/usr/bin/python3 
# Open a file 
fo = open("foo.txt", "r+") 
print ("Name of the file: ", fo.name) 
line = fo.read(10) 
print ("Read Line: %s" % (line)) 
# Close opened file 
fo.close() 
When we run the above program, it produces the following result- 
Name of the file: foo.txt 


Python 3 
232 
Read Line: This is 1s 
File readline() Method 
Description 
The method readline()reads one entire line from the file. A trailing newline character is 
kept in the string. If the size argument is present and non-negative, it is a maximum byte 
count including the trailing newline and an incomplete line may be returned. 
An empty string is returned only when EOF is encountered immediately. 
Syntax 
Following is the syntax for readline() method- 
fileObject.readline( size ); 
Parameters 
size
- This is the number of bytes to be read from the file. 
Return Value 
This method returns the line read from the file. 
Example 
The following example shows the usage of readline() method. 
Assuming that 'foo.txt' file contains following text- 
This is 1st line 
This is 2nd line 
This is 3rd line 
This is 4th line 
This is 5th line 
#!/usr/bin/python3 
# Open a file 
fo = open("foo.txt", "r+") 
print ("Name of the file: ", fo.name) 
line = fo.readline() 
print ("Read Line: %s" % (line)) 
line = fo.readline(5) 


Python 3 
233 
print ("Read Line: %s" % (line)) 
# Close opened file 
fo.close() 
When we run the above program, it produces the following result- 
Name of the file: foo.txt 
Read Line: This is 1st line 
Read Line: This 

Download 2,85 Mb.

Do'stlaringiz bilan baham:
1   ...   157   158   159   160   161   162   163   164   ...   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