I am trying to fix this code but I keep getting the same Value Error:
value = (input('Please enter number: ')) total = 0 sum = 0 while value == value: count = float(input('Please enter another number: ')) sum =+ (1) total = count + count if count == (''): break average = (total+value/sum) print(float(average))
''.floatcannot convert an empty string to an integer