Thursday, July 11, 2024

Note to self

 if x:

  do y

else:

  print("I can't do that, Hal")

Note to self: Maybe change that before it goes into production.

No comments:

Post a Comment

We can't do that here

I remember years ago looking over a book, Automate the Boring Stuff with Python, and thinking how this would be so useful at work. Half of m...