Skip to content

Instantly share code, notes, and snippets.

@AgustinParmisano
Created March 30, 2017 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AgustinParmisano/fbe89a7d4de0357dfda502e9721248e4 to your computer and use it in GitHub Desktop.
Save AgustinParmisano/fbe89a7d4de0357dfda502e9721248e4 to your computer and use it in GitHub Desktop.
def int_to_bit(n):
aux = "{0:b}".format(n)
print(aux)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment