Limit Decimal Places (Exercise)
00:00 This time, you’ll get to practice formatting numeric values as Python strings. To get you warmed up, have a look at the following arithmetic expression and try to print its result using only three decimal places. When you’re done, compare your solution to mine to see if there are are any discrepancies.
Become a Member to join the conversation.