You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 7.2 Write a program that prompts for a file name, then opens that file and reads through the file, looking for lines of the form:
6
+
# X-DSPAM-Confidence: 0.8475
7
+
# Count these lines and extract the floating point values from each of the lines and compute the average of those values and produce an output as shown below. Do not use the sum() function or a variable named sum in your solution.
8
+
9
+
10
+
# Use the file name mbox-short.txt as the file name
0 commit comments