How to build a vector from two floats?

Erik Max Francis max at alcyone.com
Tue Aug 29 06:24:36 EDT 2000


Calvelo Daniel wrote:

> BTW Python isn't typed. At least not in the C++ sense.

How's that?  Variables need not be declared with a type and need not
hold variables of the same type throughout their lifetime, but Python is
most assuredly typed, and is in fact relatively strongly typed.

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, US / 37 20 N 121 53 W / ICQ16063900 / &tSftDotIotE
/  \ When angry, count four; when very angry, swear.
\__/ Mark Twain
    Crank Dot Net / http://www.crank.net/
 Cranks, crackpots, kooks, & loons on the Net.



More information about the Python-list mailing list