total = 90 count = 0 if count > 0 and total / count > 0: print("Average: " + str(total / count)) else: print("no data")