Computer Networking: A Top-Down Approach (7th Edition)
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN: 9780133594140
Author: James Kurose, Keith Ross
Publisher: PEARSON
Bartleby Related Questions Icon

Related questions

Question
E
View
125% ✓
Zoom
+
Add Page
def distribution(filename):
'Put in docstring'
# get file content
infile=
content =
infile
character count: 99
4. Implement function distribution() that takes as input the name of a file (as a string). This one-line file will
contain letter grades separated by blanks. Your function should print the distribution of grades, as
shown. Hints: Use the print format() module to print results (1 student got ) ( grades student got) and
remember to save the function and the text file in the same directory.
# split content into a list of grades
grades
=
if
€
Insert
print_
else:
print_
# for every grade, print the number of times it occurs if any
for grade in
#
num=
#
if
#
A
Table Chart Text Shape
Result of running the function.
>>> distribution ('Grades.txt')
6 students got A
2 students got A-
3 students got B+
2 students got B
2 students got B-
4 students got C
1 student got C-
2 students got F
#
#
#
#
Media
#
Comment
#
This document is created from a template and information provided by Dr. Amber Settle
Collaborate
No Spacing*
Font
Style
Text Color
Times New Roman
Regular
B | I |
Character Styles
|||||
> Spacing
No Bullets
Indent:
Text
100
Drop Cap
Layout
Format Document
Bullets & Lists None
Ꭶ
None
O in
Bullet
♥
1.0 - Single
More
11 pt
0 in
Text
A
expand button
Transcribed Image Text:E View 125% ✓ Zoom + Add Page def distribution(filename): 'Put in docstring' # get file content infile= content = infile character count: 99 4. Implement function distribution() that takes as input the name of a file (as a string). This one-line file will contain letter grades separated by blanks. Your function should print the distribution of grades, as shown. Hints: Use the print format() module to print results (1 student got ) ( grades student got) and remember to save the function and the text file in the same directory. # split content into a list of grades grades = if € Insert print_ else: print_ # for every grade, print the number of times it occurs if any for grade in # num= # if # A Table Chart Text Shape Result of running the function. >>> distribution ('Grades.txt') 6 students got A 2 students got A- 3 students got B+ 2 students got B 2 students got B- 4 students got C 1 student got C- 2 students got F # # # # Media # Comment # This document is created from a template and information provided by Dr. Amber Settle Collaborate No Spacing* Font Style Text Color Times New Roman Regular B | I | Character Styles ||||| > Spacing No Bullets Indent: Text 100 Drop Cap Layout Format Document Bullets & Lists None Ꭶ None O in Bullet ♥ 1.0 - Single More 11 pt 0 in Text A
Expert Solution
Check Mark
Knowledge Booster
Background pattern image
Similar questions
Recommended textbooks for you
Text book image
Computer Networking: A Top-Down Approach (7th Edi...
Computer Engineering
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:PEARSON
Text book image
Computer Organization and Design MIPS Edition, Fi...
Computer Engineering
ISBN:9780124077263
Author:David A. Patterson, John L. Hennessy
Publisher:Elsevier Science
Text book image
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:9781337569330
Author:Jill West, Tamara Dean, Jean Andrews
Publisher:Cengage Learning
Text book image
Concepts of Database Management
Computer Engineering
ISBN:9781337093422
Author:Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:Cengage Learning
Text book image
Prelude to Programming
Computer Engineering
ISBN:9780133750423
Author:VENIT, Stewart
Publisher:Pearson Education
Text book image
Sc Business Data Communications and Networking, T...
Computer Engineering
ISBN:9781119368830
Author:FITZGERALD
Publisher:WILEY