Day 2652: 1-Day, Take 2

I was up early to bake bread and just followed that with the walk. Talked some about the Cat, not traveling (remembering some of the trips I wish I’d never taken), and hinted at the traps new writers fall into.

#tommw 52F clear. Light breeze
This entry was posted in General. Bookmark the permalink.

2 Responses to Day 2652: 1-Day, Take 2

  1. Brett says:

    I think this is your walk algorithm?

    from datetime import date

    today = date.today()
    day = today.day

    remainder = day % 3

    if remainder == 0:
    print(“Don’t walk”)
    elif remainder == 1:
    print(“1 Day”)
    else: # remainder == 2
    print(“2 Day”)

Leave a Reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.