📜  如何在二进制python代码示例中返回数字

📅  最后修改于: 2022-03-11 14:46:32.054000             🧑  作者: Mango

代码示例1
pythonCopytemp = format(10, "b")

print(temp)