So geben Sie die Nummer in binärer Python zurück

 pythonCopytemp = format(10, "b")

print(temp)
Delightful Dingo