ELSE in FOR loops - Python
http://stackoverflow.com/a/9980160
Turns out that you can use ELSE after a FOR loop to make it give an output if it didn’t have anything to iterate.
http://stackoverflow.com/a/9980160
Turns out that you can use ELSE after a FOR loop to make it give an output if it didn’t have anything to iterate.