0

How do you properly use break and continue in python?

Tried writing a few while loops and using break and continue. Apparently I'm not using continue correctly in the loop, same goes for break. Can someone show me how to do so?

11th Aug 2017, 10:28 PM
Keegan Robertson
Keegan Robertson - avatar
1 Answer
+ 1
Here is a read that helped me understand. Do the practical exercises as you read, it will really help. https://automatetheboringstuff.com/chapter2/
11th Aug 2017, 10:44 PM
Brandon B
Brandon B - avatar