Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The function returns a list with the students' data stored in a dictionary. Sample output: [ {StudentNumber:100090, FirstName: Logan, LastName: Aiden, FinalGrade: 91 }, {StudentNumber:

image text in transcribed The function returns a list with the students' data stored in a dictionary. Sample output: [ \{"StudentNumber":100090, "FirstName": "Logan", "LastName": "Aiden", "FinalGrade": 91 \}, \{"StudentNumber": 100001 , "FirstName": "Chris", "LastName": "Henry", "FinalGrade": 85\}, \{"StudentNumber": 123456, "FirstName": "Jack", "LastName": "Jacob", "FinalGrade": 85\}, \{"StudentNumber": 100000 , "FirstName": "Abby", "LastName": "Brock", "FinalGrade": 77.6 \}] No need to write a docstring, but type annotations are required. In order to get the full marks, you need to test your function. No automated testing is required. A main script with function calls is good enough, but you must print out the student information in the following format

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

3. List ways to manage relationship dynamics

Answered: 1 week ago