'complex' function with string argument.

Marko Rauhamaa marko at pacujo.net
Tue Mar 18 10:00:13 EDT 2014


Christian Gollwitzer <auriocus at gmx.de>:

> The same problem arises with unary minus, but it's less annoying
> because -(a*b) = (-a)*b.

  >>> -1**2
  -1


Marko



More information about the Python-list mailing list