como retornar o número em python binário
pythonCopytemp = format(10, "b")
print(temp)
Delightful Dingo
pythonCopytemp = format(10, "b")
print(temp)