You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the data that I took from the webarchive, the program works fine. But if I change the input to (remove extra pairs):
{
"JPY_EUR": "0.0086356",
"EUR_JPY": "134.9401477"
}
then the program print: No opportunity here :(
But it should print: Starting with 100 in b'JPY' b'JPY' to b'EUR' at 0.0086356 = 0.86356 b'EUR' to b'JPY' at 134.9401477 = 116.52891394781201
Starting with 100 in b'EUR' b'EUR' to b'JPY' at 134.9401477 = 13494.014770000002 b'JPY' to b'EUR' at 0.0086356 = 116.52891394781201
The text was updated successfully, but these errors were encountered:
Hello!
With the data that I took from the webarchive, the program works fine. But if I change the input to (remove extra pairs):
{
"JPY_EUR": "0.0086356",
"EUR_JPY": "134.9401477"
}
then the program print:
No opportunity here :(
But it should print:
Starting with 100 in b'JPY'
b'JPY' to b'EUR' at 0.0086356 = 0.86356
b'EUR' to b'JPY' at 134.9401477 = 116.52891394781201
Starting with 100 in b'EUR'
b'EUR' to b'JPY' at 134.9401477 = 13494.014770000002
b'JPY' to b'EUR' at 0.0086356 = 116.52891394781201
The text was updated successfully, but these errors were encountered: