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:
2
+
#X-DSPAM-Confidence: 0.8475
3
+
#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.
4
+
#Do not use the sum() function or a variable named sum in your solution.
5
+
#You can download the sample data at http://www.py4e.com/code3/mbox-short.txt when you are testing below enter mbox-short.txt as the file name.
0 commit comments