James Colannino wrote: > I discovered the solution and thought I'd share it with everyone. I > discovered as I googled that Python used to have a function called > atoi() that took the parameter base=X. I decided to see if that worked > with the newer function int() and it did :)
I recommend that you get used to reading documentation, instead of merely googling. help(int) would have revealed that. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list