Creating a function

At FitBit, you’re working on motivational messages to provide to users. Specifically, you’d like to create a function that (1) computes the average number of steps taken across a one-week period, and (2) prints a message to the user about that average. In...