Skip to content

A simple code that displays a decimal interger as a dozenal string.

Notifications You must be signed in to change notification settings

dannylarge144/dozenalconverterpython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

dozenalconverterpython

A simple python program that takes an interger in decimal and outputs it in dozenal (stored as a string to account for the two extra characters, in this case represented as X and E).

Just for fun, an example of a possible far worse implementation of this including no loops (and other bad decisions) has been included. It works, but it is not intended to be a serious implementation.

About

A simple code that displays a decimal interger as a dozenal string.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages