Error:TypeError: int() argument must be a string or a number, not 'NoneType'
solution:
try: answer = my_value / divisor except TypeError: answer = 0