Python 3 changed how rounding is performed. In Python 2, .625 rounded to .63 (as our grading code rounds it, so the test passed). In Python 3, .625 rounds to .62. This fixes the test by avoiding round() to calculate the expected value, and instead simply using the value we expect.
LMS (Learning Management System) -------------------------------- This directory contains code relating to the student portal for edX.