Im having a problem with my code and it says
TypeError: unsupported operand type(s) for +: \'int\' and \'str\'
and i\'m not sur
Cast the string by default input to an integer so that you can compute average scores:
Score1 = int(input("what did the first person get in their test the first time?"))