Ad
  • Custom User Avatar
    total += points.get(score) 
    

    That line is in your code, isn't it? Read the error message:

    TypeError: unsupported operand type(s) for +=: 'int' and 'NoneType' 
    

    Not a kata issue. Print the input to debug your code.