Create a function that can turn JPY (Japanese yen) to USD (American dollar).
yen_to_usd(1) ➞ 0.01 yen_to_usd(500) ➞ 4.65 yen_to_usd(649) ➞ 6.04