0
(Solved)I need help to solve this code coach.
Pesos=input() Dollars=input() if Pesos > Dollars : print ('Dollars') else : print ('Pesos') I entered this code,its shows 3 correct out of 5. Where I made the mistake?
3 Answers
+ 4
You are comparing apples with pears. ;)
In the description you will find the exchange rate so you can convert peso to dollar (or dollar to peso).
+ 1
Yes,thats rightâ
Thanks
+ 1
Divide Pesos by 50 first