Solution Review: Formatting Strings
In the following lesson, we will go over the solution of the challenge: Formatting Strings.
Task
In this challenge, you were provided a variable quotient
which you had to print after embedding it in a string and formatting it in such a way that the output would only display it up to 3 decimal places. ...