Write a Python program which computes the amount of foreign currency that the user can exchange for.
There will be two inputs.
A number (float) representing the amount of foreign currency the user will receive.
Function Input Argument(s):
(1.2, 5000)
Function Return Value:
4166.666666666667
Write a Python program to report the amount of foreign currency that the user can exchange for.