Running on macOS 14, installed using brew and with python3.12: ``` bash❯ ponysay -v /usr/local/bin/ponysay/balloon.py:43: SyntaxWarning: invalid escape sequence '\-' /usr/local/bin/ponysay/balloon.py:43: SyntaxWarning: invalid escape sequence '\-' ponysay 3.0.3 ``` Program works otherwise. Looks to be in the docstring. Please follow PEP 257, docstrings should be in triple double-quotes (you are using triple single-quotes).