We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08490fe commit eaefd88Copy full SHA for eaefd88
exercises/08-Function-that-returns/app.py
@@ -1,7 +1,7 @@
1
def dollar_to_euro(dollar_value):
2
- return dollar_value * 0.89
+ return dollar_value * 0.91
3
4
def euro_to_yen(euro_value):
5
- return euro_value * 124.15
+ return euro_value * 161.70
6
7
-####### ↓ YOUR CODE BELOW ↓ #######
+####### ↓ YOUR CODE BELOW ↓ #######
0 commit comments