Skip to content

EssenceOfZen/python-Decimal-to-binary-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple program used to convert a decimal number into a binary number. It utilizes a function that takes a number and follows the division algorithm and constantly checks and adds the 1 or 0 to a list and then reverses that list when completed. 

The code is mainly to be used to learn how to do said actions to better someone's skill. Feel free to modify and make changes to the program.

This code will be used in a later upgrade to the Assistant program.

-ZenOokami

About

Python Program that converts decimal to binary.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages