Comparison between Python and "Ruby"

Dale Nagata dnagata at creo.com
Sun Oct 31 20:59:28 EST 1999


Ian Clarke wrote:
> * No way to automatically convert between long integer and small
> integer.

C:\>python
Python 1.5.1 (#0, Oct 14 1998, 20:14:21) [MSC 32 bit (Intel)] on win32
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>> int(1L)
1
>>> long(1)
1L


--
Dale Nagata         |  tel : +1 604.451.2700 ext. 2254 (UTC-0800)
Software Developer  |  fax : +1 604.437.9891 
Creo Products Inc.  |  pgr : +1 604.691.8279
Burnaby BC Canada   |  http://www.creo.com/




More information about the Python-list mailing list