About the Tutorial



Download 2,85 Mb.
Pdf ko'rish
bet58/234
Sana28.05.2022
Hajmi2,85 Mb.
#614232
1   ...   54   55   56   57   58   59   60   61   ...   234
Bog'liq
python3 tutorial 060821094426

continue Statement 
The 
continue
statement in Python returns the control to the beginning of the current loop. 
When encountered, the loop starts next iteration without executing the remaining 
statements in the current iteration. 
The 
continue
statement can be used in both 
while
and 
for
loops. 
Syntax 
continue 
 


Python 3 
64 
Flow Diagram 
Example 
#!/usr/bin/python3 
for letter in 'Python': # First Example 
if letter == 'h': 
continue 
print ('Current Letter :', letter) 
var = 10 # Second Example 
while var > 0:
var = var -1 
if var == 5: 
continue 
print ('Current variable value :', var) 
print ("Good bye!") 
When the above code is executed, it produces the following result-
Current Letter : P 


Python 3 
65 
Current Letter : y 
Current Letter : t 
Current Letter : o 
Current Letter : n 
Current variable value : 9 
Current variable value : 8 
Current variable value : 7 
Current variable value : 6 
Current variable value : 4 
Current variable value : 3 
Current variable value : 2 
Current variable value : 1 
Current variable value : 0 
Good bye! 
pass Statement
 
It is used when a statement is required syntactically but you do not want any command 
or code to execute. 
The 
pass
statement is a 
null
operation; nothing happens when it executes. The 
pass
statement is also useful in places where your code will eventually go, but has not 
been written yet i.e. in stubs). 

Download 2,85 Mb.

Do'stlaringiz bilan baham:
1   ...   54   55   56   57   58   59   60   61   ...   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