Code a print statement that let's use know that the test scores are equal.
Make sure to pick print followed by ( and then "The test scores are equal", ).
print
(
"The test scores are equal"
)