>I was thinking of using a dictionary to hold the currency exchange rates,
>and saving it to a file, and loading it every time the program opens. It
>still would not be GUI, but it would be a step towards a better program, I
>believe. Is this a good idea, or is there stronger ways of doing it?

Is it possible to load your exchange rates in a database?  That way changes can be made without opening up your code everytime.

--greg
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to