About the Tutorial


Parameters  NA  Return Value



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

Parameters 
NA 
Return Value 
This method returns true if the file is connected (is associated with a terminal device) to 
a tty(-like) device, else false. 
Example 
The following example shows the usage of isatty() method- 
#!/usr/bin/python3 
# Open a file 
fo = open("foo.txt", "wb") 
print ("Name of the file: ", fo.name) 
ret = fo.isatty() 
print ("Return value : ", ret) 
# Close opend file 
fo.close() 
When we run the above program, it produces the following result- 
Name of the file: foo.txt 
Return value : False 
File next() Method 
Description 
File object in Python 3 does not support 
next()
method. Python 3 has a built-in function 
next() which retrieves the next item from the iterator by calling its __next__() method. If 
default is given, it is returned if the iterator is exhausted, otherwise StopIteration is raised. 
This method can be used to read the next input line, from the file object. 
Syntax 
Following is the syntax for next() method- 


Python 3 
230 
next(iterator[,default]) 
Parameters 

iterator
: file object from which lines are to be read 

default
: returned if iterator exhausted. If not given, StopIteration is raised 
Return Value 
This method returns the next input line. 
Example 
The following example shows the usage of next() method- 
Assuming that 'foo.txt' contains following lines 
C++ 
Java 
Python 
Perl 
PHP 
#!/usr/bin/python3 
# Open a file 
fo = open("foo.txt", "r") 
print ("Name of the file: ", fo.name) 
for index in range(5): 
line = next(fo) 
print ("Line No %d - %s" % (index, line)) 
# Close opened file 
fo.close() 
When we run the above program, it produces the following result- 
Name of the file: foo.txt 
Line No 0 - C++ 
Line No 1 - Java 
Line No 2 - Python 
Line No 3 - Perl 
Line No 4 - PHP 


Python 3 
231 

Download 2,85 Mb.

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