I\'ve read through a number of the python whitespace removal questions and answers but haven\'t been able to find what I\'m looking for. Here is a small program that shows a sp
Yes, format your string:
print("... you guessed {}, and ... was {}!".format(math_guess, math_score))