Как вернуть номер в бинарном питоне
pythonCopytemp = format(10, "b")
print(temp)
Delightful Dingo
pythonCopytemp = format(10, "b")
print(temp)