[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LFM + LFSP = LFE?



Grzegorz ChrupaƂa wrote:

>Traceback (most recent call last):
>  File "<stdin>", line 1, in ?
>NameError: name 'mul' is not defined
>
Sorry, you need "from operator import mul" first.

Bryn