Create a function called format_currency which takes in a float as input and returns a string containing the number with a $ in front of it, with 2 decimal places.
i got no idea what i have done
def format_currency()
format("format_currency")
format_currency = float(input("Enter amount"))
print ("$" , format_currency)