Python break continue pass tutorial example explained
#python #break #continue #pass
Loop Control Statements = change a loops execution from its normal sequence
break = used to terminate the loop entirely
continue = skips to the next iteration of the loop.
pass = does nothing, acts as a placeholder
while True:
name = input("Enter your name: ")
if name != "":
break
phone_number = "123-456-7890"
for i in phone_number:
if i == "-":
continue
print(i, end="")
for i in range(1,21):
if i == 13:
pass
else:
print(i)
Bro Code merch store 👟 :
===========================================================
https://teespring.com/stores/bro-code-5
===========================================================
music credits 🎼 :
===========================================================
Up In My Jam (All Of A Sudden) by - Kubbi / kubbi
Creative Commons — Attribution-ShareAlike 3.0 Unported— CC BY-SA 3.0
Free Download / Stream: http://bit.ly/2JnDfCE
Music promoted by Audio Library • Up In My Jam (All Of A Sudden) – Kubb...
===========================================================
Nesta página do site você pode assistir ao vídeo on-line Python break continue pass ⛔ duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Bro Code 11 Janeiro 2021, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 38,949 vezes e gostou 2 mil espectadores. Boa visualização!