- receive an initial value that will be entered
- the starting currency is chosen
- exchange currency is chosen
- the conversion amount should be displayed on the screen with theamount rounded to 2 decimal places
- the user must be able to continue making as many conversions as he wants.
● That a starting currency be chosen (where USD and BRL should be part of default choices) and that the user can also enter the 3 initials so that currencies other than USD or BRL are used.
● That an exchange currency is chosen (where USD and BRL must be part of choices standards) and that the user can also enter the 3 initials so that currencies other than USD or BRL are used.
● The result of the conversion is displayed on the screen(terminal).
python and forex_python was used
python 3.8
###running on the terminal :
1-
2-
3-
4-