python programming day- 10 quick start break and continue
Channel:
Subscribers:
1,470
Published on ● Video Link: https://www.youtube.com/watch?v=n3sHh5aOFVA
this video is about break and continue and its uses in for loop and while loop
simple say
#break means stop the loops after satisfying certain arguements
#continue means skipping the and resumes the loops