Learning Python: The Ultimate Guide for Beginners to Coding with Python with Useful Tools



Download 2,02 Mb.
Pdf ko'rish
bet103/126
Sana01.01.2022
Hajmi2,02 Mb.
#285662
1   ...   99   100   101   102   103   104   105   106   ...   126
Bog'liq
Learning Python The Ultimate Guide for Beginners to Coding with

Using “continue” in a Loop
Instead  of  using  the  break  statement  to  completely  exit  a  loop  without
executing the remaining code, the continue statement can be used to return
to the starting point of a loop. However, this depends on the outcome of the
conditional test in question. For instance, let us look at the program, which
counts from 10 to 20 but display only the even numbers.
even_number = 10
while even_number < 20:
even_number +=1
if even_number %2 == 0:
continue
print(even_number)
Firstly, we assigned an even_number to 10. However, since the number is
less  than  20,  it  goes  through  the  while  loop.  In  the  loop,  we  increase  the
value  of  the  number  by  1,  which  now  becomes  11.  Then  the  if  statement
verifies if the modulo of the number is 0. This means there is no remainder
when  we  divide  the  number  by  2.  Nevertheless,  the  continue  statement
informs the interpreter to overlook the loop while returning to the starting
point  of  the  statement.  However,  if  the  number  isn’t  divisible  by  2,  the
remaining part of the program is executed and displays the number:
10
12


14
16
18
20

Download 2,02 Mb.

Do'stlaringiz bilan baham:
1   ...   99   100   101   102   103   104   105   106   ...   126




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