# Homework 17, problem 3: print the average only when count > 0. total = 90 count = 0 # try a real number too # TODO: if count > 0 and ... then print average else "no data"