while true: !!!
Rainer Deyke
root at rainerdeyke.com
Tue Dec 19 16:15:31 EST 2000
More information about the Python-list mailing list
Tue Dec 19 16:15:31 EST 2000
- Previous message (by thread): while true: !!!
- Next message (by thread): while true: !!!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Alex Martelli" <aleaxit at yahoo.com> wrote in message news:91of2t01um1 at news2.newsguy.com... > If you mean 'char is a numeric type' (in C but not Python), > I wouldn't dispute that I mean that 'char' is a numeric type in the integer family, i.e. a numeric type for which operators |, &, ^, >>, <<, ++, and -- are defined, and (a + b) - b always equals a in the absence of overflow. Numeric types in the integer family are collectively refered to as integers; 'int' is one specific type in this family. -- Rainer Deyke (root at rainerdeyke.com) Shareware computer games - http://rainerdeyke.com "In ihren Reihen zu stehen heisst unter Feinden zu kaempfen" - Abigor
- Previous message (by thread): while true: !!!
- Next message (by thread): while true: !!!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list