How would we print out how much we ran on Thursday?

Yass! We first assign values to run, then use names() to assign the days. Finally, we subset using the "Thu" string.

Almost! We first assign values to run, then use names() to assign the days. Finally, we subset using the "Thu" string.