I’m hunting for a good single-character non-alpha Python function name, along the lines of jQuery’s $() function.
The only non-alpha character that I think works is _(), which is okay, but not great. Are there any others that work? I tried a whole host of them, but none of them worked.