Albert van der Horst wrote:
> With some perseverance, you can ask the interpreter what `` ** ''
> does:
>
> help(**)
> <syntax error>
> maybe so?
> help('**')
> Indeed, a whole description.Yes! Well spotted! -- Steven -- https://mail.python.org/mailman/listinfo/python-list
