Problem Statement
You are given a variable quotient which stores the quotient of two numbers. You have to print the result of the quotient in such a way that the output only shows the quotient up to 3 decimal places.
Input
The input is the variable quotient.
quotient has already been declared for you.
Output
The output will be the formatted quotient embedded in a string.