2007-04-10

python command line hex calculator

This is a _really_ simple command line hex calculator. Mostly just learning more python.

$ ccalc.py 0xa+5
15 0xf 0o17 0b1111
$ ccalc.py 0xa + 5
15 0xf 0o17 0b1111

ccalc.py

No comments: