Cardinal number output
Stephen Kloder
stephenk at cc.gatech.edu
Fri Sep 8 08:04:45 EDT 2000
More information about the Python-list mailing list
Fri Sep 8 08:04:45 EDT 2000
- Previous message (by thread): Cardinal number output
- Next message (by thread): python 2.0 and Mac
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Greg Fortune wrote: > Anyone know of a module or utility function to accept an int and convert > it to the cardinal number representation? For example, is there > anything that will convert ints to a format suitable to printing on a > check? > I doubt such modules exist, but that function isn't very hard to construct. I've written integer-to-words modules in Python with about 40 lines of code. -- Stephen Kloder | "I say what it occurs to me to say. stephenk at cc.gatech.edu | More I cannot say." Phone 404-874-6584 | -- The Man in the Shack ICQ #65153895 | be :- think.
- Previous message (by thread): Cardinal number output
- Next message (by thread): python 2.0 and Mac
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list