/base12_calculator

A simple base-12 calculator

Primary LanguagePython

base12_calculator

A simple base-12 calculator

Example

====================
1 - addition
2 - subtraction
3 - multiplication
4 - division
-> 1
====================
type your first number: 9
type your second number: 6
====================
The result is 13
====================
1 - addition
2 - subtraction
3 - multiplication
4 - division
-> 1
====================
type your first number: X
type your second number: 1
====================
The result is E
====================
1 - addition
2 - subtraction
3 - multiplication
4 - division
-> 1
====================
type your first number: E
type your second number: 0
====================
The result is E
====================