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