2016年1月19日 星期二

[python] convert an integer to a binary bit 把 數值轉乘 binary 的 bit 表示


[python] convert an integer to a binary bit 把 數值轉乘 binary 的 bit 表示

想要把integer 表示成 bit 的形式,可以使用 format 。

print "{0:b}".format(i)

7.1. string — Common string operations — Python 2.7.11 documentation
https://docs.python.org/2/library/string.html#formatspec

沒有留言:

張貼留言