-
-
Save lkraider/69f6445d52a0ab461015c6b61c9449b9 to your computer and use it in GitHub Desktop.
Exemplo de conversão de decimal para binário
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print(bin(int(input("Escolha um número decimal para transformar em binario: ")))[2:]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment