Bruno Desthuilliers wrote:
> mosi a écrit :
>   
>> Problem:
>> how to get binary from integer and vice versa?
>> [snip]
>> What`s the simplest way to do this?
>>     
>
> [EMAIL PROTECTED]:~$ python
> Python 2.5.1 (r251:54863, May  2 2007, 16:56:35)
> [GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>  >>> help(int)
> Help on class int in module __builtin__:
>
> class int(object)
>   |  int(x[, base]) -> integer
>   

:D

After reading the other two replies, this one made me burst with 
laughter. Thanks for that.
/W
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to