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. def distribution (filename): 'Put in docstring' # get file content iofile content= iofile #split content into a list of grades grades # for every grade, print the number of times it occurs if any for grade in, # num= if if print else: print 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
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. def distribution (filename): 'Put in docstring' # get file content iofile content= iofile #split content into a list of grades grades # for every grade, print the number of times it occurs if any for grade in, # num= if if print else: print 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
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
Related questions
Question

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

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 3 steps

Recommended textbooks for you

Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON

Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning

Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON

Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning

Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning

Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education

Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY