Python wedding vows

Kevin Day, February 24th, 2008

I was inspired by this valentine’s day card, and a quote by Blake Ross in Founders at Work. So this wasn’t my original idea, but I still consider my implementation to be heartfelt and sincere.

I asked Kristen if I could use these vows in the wedding, but she didn’t seem thrilled about it. I’ll have to work on her some more.

conditions = ["better", "worse", "richer", "poorer", "sickness", "health"]
while(True):
    for time in [time for time in life if time in conditions]:
        have = True
        hold = True
        love = True
        cherish = True
    if death:
        break

Comments are closed.