Multiplication

D'Arcy Cain darcy at VybeNetworks.com
Mon Apr 1 14:34:36 EDT 2024


On 2024-04-01 12:35, Joel Goldstick via Python-list wrote:
> On Mon, Apr 1, 2024 at 1:26 PM Piergiorgio Sartor via Python-list
           ^^^^^^^^^^^

>>> from math import *
>>>
>>> a = 2
>>> b = 3
>>> print( a * b )
>>
>> I guess the operator "*" can be imported from any module... :-)
> No import is necessary.

Of course not.  Check the date on the message.

-- 
D'Arcy J.M. Cain
Vybe Networks Inc.
http://www.VybeNetworks.com/
IM:darcy at Vex.Net VoIP: sip:darcy at VybeNetworks.com



More information about the Python-list mailing list