what are we doing here man

@luna ahhh, python, the master of "I recognize what you asked me to do, I know everybody else does that, but do it this other way I want. Dance, you monkey, dance!"

adriano@adriano-home:~$ python3
Python 3.12.3 (main, Mar 3 2026, 12:15:18) [GCC 13.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> help
Type help() for interactive help [...]
>>> license
Type license() to see the full license text
>>> exit
Use exit() or Ctrl-D (i.e. EOF) to exit
>>>

> EOF
Please use EOF() or use Crtl-D
^D
Please use Ctrl-D()

@adriano I’m sure you’d be so much happier seeing

>>> exit
<function 'exit'>

@porglezomp I love the language, but I can also laugh about it.

I work in perl, where the motto "There's more than one way to do it" means in practice "So you have to remember them all because people will use them however they want".