# Homework 17, challenge: print the first of a, b, c that is not None. a = None b = None c = "third" # TODO: one line using `or` (and a "none" fallback)