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...
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
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
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
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 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)
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
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY