When we use from, we don't need to add the name of the module anymore. Like here we use mean instead of statistics.mean.
from
mean
statistics.mean
Make sure to pick mean followed by ( and then test_scores, ).
(
test_scores
)