🌈 搜索
📅  最后修改于: 2022-03-11 14:45:36.875000             🧑  作者: Mango
a = bin(17) b = bin(17)[2:] #to format to 8-bits c = b.zfill(8)