Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Base 10 to Binary

Write a function that prints out the binary form of an int.

base_ten_to_binary(17) # > 10001