Getting older.

the_big_day

I understand code, better than comments:

# if we have a match, then set lowest to index if lowest is not set or if index is lower than lowest
if index != -1 and (not lowest or index < lowest):
             lowest = index

Leave a Reply

Your email address will not be published. Required fields are marked *