4/27

kintsugi金継ぎ.py
def kintsugi_repairing_pottery_with_a_lacquer_mixed_with_gold_silver_etc():
    print(
        "The things that are broken
        will never be truly repaired.
        There will always be
        cracks and blemishes.
        They make you who you are.
        All you can do is
        fill them with gold."
)

4/26

itadakimasuいただきます.py
def thank_you_for_the_meal_just_served_,_I_receive_this_meal_ ():
    print(
        "It is never to late to enjoy the moment.
        Be intentional with your time.
        With your family, with your career, with dating, with anything.
        Remember the things that are important..."
)

4/25

kaizen改善.py
def betterment_or_improvement():
    print(
        "The improvements everyday are what add up to the exceptional results.
        I have been looking at myself from two years ago.
        Oh how much he has changed, for the better.
        The small things add up."
    )

4/24

komorebi木漏れ日.py
def sunlight_filtering_through_trees():
   print(
        "a way of looking at life as a journey.
        Something that is made up of leaves, branches, a trunk and the roots.
        However, you can only see how beautiful it is with perspective.
        Or better known as time, you have it."
    )