02/01/26 A New Tanka for a New Day

Photo Credit: Brad Neathery

May you read my words
As if they were more humble
Than I intended
When I originally
Put them on paper for you

Blast from the Past:

I wrote this haiku in Python, a programming language.

def haiku_maker():
for x in [5, 7, 5]:
print(random_word(x))