The Rain in Spain Falls Mainly in the Plain
Will Travel is a semi-famous American travel writer (well, not as famous as Rick Steves, but still). He is getting ready to go on a hiking adventure in Spain. Before he goes he wants to exchange US dollars for Euros. His bank charges a $3 fee to make any currency exchanges and then pays out 1.04 Euros for every $1 left.
Write a Python script that conforms to the following
- Inputs
- Asks the user how many dollars they are exchanging into Euros
- Print Statements
- Prints the number of Euros that they will pay.
- Example(s)
- Special Instructions
- You should round the price to two decimal places
- Note that this function will not add decimals if fewer than two are used in the answer
Drag the appropriate blocks from the left column and put them in the correct order in the right column such that the code will solve the problem described above. [Note: You may not need to use all of the blocks.]
Click on the "Check My Answer" button at the bottom of the page when you are ready to test your solution.
