break statement in python 🔥💥😍#shorts @pythontutorial

preview_player
Показать описание
#shorts

break statement in python
Рекомендации по теме
Комментарии
Автор

This video is really helpful. It is explained in a very simple and easy to understand way. Good job!

omchaurasia
Автор

I think those commas are underlined for a reason. If it’s due to LINTing, you need spaces after each comma.

daevski
Автор

Can you tell me why is this not working
("3×2")
print("your options are given below")
print("A)6\t\t B)7")
ans=str(input("Chose your answer"))
if ans=='A':
print("your answer is correct")
else:
print("wrong")
'break'
Thank you

divyanarayan
visit shbcf.ru