Artist != Athlete

I’m a little rusty in coding/developing. It’s been 4 years since I last SQL’ed.

With all that said, I am building my skills. I am completing courses. I am learning and I am getting better with every action I take.

Just like I do every time I pick up my camera or lace up my asics.

x = ‘artist’
y = ‘athletes’
print (x + ” are not like ” + y + “. ” + x + ” cannot win gold. “)

txt = x + ” cannot ‘beat’ other creatives. “
print(txt)

txt2 = “an ” + x + “‘s craft is subjective.”
print(txt2)

txt3 = x + “s create to connect to the people who need their energy. “
print(txt3)

txt4 = “Create in your way.”
txt5 = “, show up, and focus on your unique brand of magic.”

print(txt4)
print(“we are all ” + x + txt5)

Artists are not like athletes.  Artists cannot win gold.  Artists cannot ‘beat’ other creatives.  An artist’s craft is subjective.  Artists create to connect to the people who need your energy.  Create in your way.  We are all artists, show up, and focus on your unique brand of magic.

Leave a Reply

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