For print integer number in binary representation should to use format function. Example:
print("{0:b}".format(123))
You will see 123 in binary representation:
>>> print("{0:b}".format(123))
1111011
Мы не используем навязчивую рекламу.
Пожалуйста, выключите AdBlock.
Сайт живет за счет рекламы = )
---------------------------------------------------------------------------------------------------
We do not use obtrusive advertising.
Please turn off AdBlock.
The site lives on account of advertising =)
Мы не используем навязчивую рекламу.
Пожалуйста, выключите AdBlock.
Сайт живет за счет рекламы = )
---------------------------------------------------------------------------------------------------
We do not use obtrusive advertising.
Please turn off AdBlock.
The site lives on account of advertising =)