As every good writer knows, and in this case we’ll use writer as a pseudonym for programmer (i.e. coder), the first line is the hardest. So, I’ll start with a classic.
print("Hello World!")
There. It’s done! My first blog post is complete!
It’s short. I know. As if writing like coding were that simple. As if staring at a white wall wasn’t like staring at a blank page on a computer screen on a whiteboard on a typewriter on my desk all in my head.
def write():
processing = True
while processing:
think()
def think():
return "..."
Did you get the joke? No… Talk to the duck.
Leave a Reply