[Tutor] div_t

bob bgailer at alum.rpi.edu
Thu Jan 12 00:30:50 CET 2006


At 02:59 PM 1/11/2006, Burge Kurt wrote:
>Hi,
>
>What is the usage of div_t in python?
>
>I have some unsigned integer variables and want to use ;
>
>div_t div_T;
>div_t div_N;
>div_t div_B;

Your question is meaningless to me! Please clarify.

div_t is not a Python constant or built_in.

div_t div_T; is not a Python expression.

Python integers are signed.

Does any of this refer to another lannguage? 



More information about the Tutor mailing list