Skip to content

a recursive function that converts a positive integer into a binary string

Notifications You must be signed in to change notification settings

dscottd7/binary_converter.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Binary Converter

recursive_binary_function is a recursive Python function that takes an integer and a string as parameters, and continues to call itself until it has completed translating the integer into a binary number, returned as a string

:param number:
:param bin_string:
:return: string of binary number

About

a recursive function that converts a positive integer into a binary string

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages