Is it Wednesday my dude?
For Linux users, if you want the message to print every time you open up your terminal, edit your bashrc to run the program with python.
Instructions:
- Open up your terminal
- Type in
$ nano ~/.bashrc
- Go to the end of the file and add a new line
python3 ~/PATH_TO_FILE/wednesday.py
- Ctrl-O + Enter to save, Ctrl-X to exit nano