3. a personal fitness tracker is a wearable device that tracks your physical activity, calories burned, heart rate, sleeping patterns, and so on. one common physical activity that most of these devices track is the number of steps you take each day. the steps.txt file provided on elearning contains the number of steps a person has taken each day for 52 weeks. there are 52*7 lines in the file, and each line contains the number of steps taken during a day. the first line is the number of steps taken on the first monday, the second line is the number of steps taken on the first tuesday, and so forth (so the eighth line is again the number of steps taken on the second monday). write a program that reads the file, then displays the average number of steps taken for each day of week. so, your program must display 7 average numbers.